Hi I’m new in uipath
I want to get today date format as “11June2020” without space. How can I do that?
I find this method “now.ToLongDateString()” and the result is ----> “Thursday, 11 June 2020”
But i would this format “11June2020”
How can I do that?
Thanks in advance