Hi Team,
I need help. I have the date as in the below format.
I would like to change the format to the below one
Please let me know how to do this,
thanks
Sri
Hi Team,
I need help. I have the date as in the below format.
I would like to change the format to the below one
Please let me know how to do this,
thanks
Sri
looks like the same scenario
e.g. reformatting
Or Prepending Apostroph trick
adding one more post which you can refer.
I think Format cell activity can be used easily in this case.
Hi @ppr ,
Thank you so much . But i am not replicate.
Can you please share the .xaml? Below is the attached excel file.
ask_uipath_format.xlsx (8.8 KB)
@srinivas_pradeep
Try :
cdate(Input.ToString).ToString(“yyyy/MM/dd”)
Hi @Vaibhav_Rajpoot_17 ,
Thank you for the suggestion. Can you please let me know what will be the input here?
i have to change the “Date” column in the attached excel file.
Thanks
@srinivas_pradeep
have a look here, especially at the provided description on how the datatable can be inspected within the immediate panel during debugging
if really an OADate number is to handle, then we will convert it into a number as the method will work with numbers and not with strings
Thank you very much @Vaibhav_Rajpoot_17 .
It works perfectly.
have a nice day,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.