Uipath date format conversion | Convert string to date time format | DateTime Comparison UiPath #39

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 12

  • @qualityassurancelab7764
    @qualityassurancelab7764  3 ปีที่แล้ว +1

    Hi Guys! Hope you found this video useful. Please like, share and subscribe to my channel. This will motivate me to create more good content. Thanks!

  • @andyyeo5757
    @andyyeo5757 2 ปีที่แล้ว

    Great and useful video, thank you.
    Question:
    I created this variable: StartDate as DateTime variable and assign to: DateTime.ParseExact(strUserInputDate,"dd/MM/yyyy",System.Globalization.CurrentInfo.InvariantCulture)
    strUserInputDate is a string variable containing the user input of a date in this format: dd/MM/yyyy
    Let's say the user inputs: 31/12/2022
    When I do a Write Line for StartDate, it shows: 12/31/2022 which is MM/dd/yyyy format
    How can i output: 31/12/2022 instead of 12/31/2022?

  • @the_snake2506
    @the_snake2506 ปีที่แล้ว

    Im getting timestamp in the datetime variable, how can i remove the timestamp?

  • @sangitaandhale1673
    @sangitaandhale1673 2 ปีที่แล้ว

    Like i have the Excel and it has the date format MM/dd/yyyy and dd/MM/yyyy so bot take the date from Excel but how to know the bot this is MM/dd/yyyy format.
    When the date 01/07/2022 and 07/01/2022 in that case bot not provide me the correct date format it take Excel value as it. But when day or Month greater than 12 in that case it will work bot identify which is day and which month
    I need to work bot in case when day and month less than 12 and result date in MM/dd/yyyy format
    Could you please suggest me some on this

  • @sudiptaghosh2195
    @sudiptaghosh2195 3 ปีที่แล้ว +1

    Nice!! helpful content :)

  • @prabhukiran7866
    @prabhukiran7866 3 ปีที่แล้ว

    Hi Team
    im getting below error while converting the String to Date format. any suggestions how to get over this..?
    Error: Assign: String was not recognized as a valid DateTime.

    • @UserJsrl2024
      @UserJsrl2024 3 ปีที่แล้ว

      Kindly create variable properly

  • @mihaeladraghici7108
    @mihaeladraghici7108 2 ปีที่แล้ว

    great demo, thank you

  • @arunwaghmare5193
    @arunwaghmare5193 2 ปีที่แล้ว

    write range which you passed is A1 instead of C2

  • @bhavanichenneboina1672
    @bhavanichenneboina1672 3 ปีที่แล้ว +1

    hello mam please respond to mail...regarding automation anywhere v11 version

  • @adityasrinivas212
    @adityasrinivas212 3 ปีที่แล้ว

    Thanks a lot.