Hi,
Im new to this forum. Not sure what catergories to be selected. Please bare with me.
Im having some difficulty in the changing the date format of given date. Any idea how to do this?
Hi,
Im new to this forum. Not sure what catergories to be selected. Please bare with me.
Im having some difficulty in the changing the date format of given date. Any idea how to do this?
Hey @Preethi2 ,
Welcome to the forum.
Check the below post.
https://forum.uipath.com/t/date-functionality/365013
The solution is :-
1.create a variable of string “yourDate”
2.assign yourDate = “27/11/21”
3.Output = DateTime.ParseExact(yourDate , dd/MM/yy ,CultureInfo.InvariantCulture,DateTimeStyles.None).ToString(“dd-MMM-yyyy”)
Hi @pavithra_pavi ,
Thank you for the quick reply. I tried the given solution, it worked!!!.
Thanks again!!!
Hi @Gokul001 ,
Thank you!!!, I will surely check it out!!!
Happy to help
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.