RPA Chanllenge

Want to Change uipath default DateTime Format

Uipath DateTime format is set to (mm/dd/yyyy). I want to change the datetime format to (dd/mm/yyyy).

Regards

Hi there @Himanshu.joshi,
Using your DateTime variable, you should be able to amend the format via:

dtmYourVariable.ToString("dd/MM/yyyy")

Thanks in advance,
Josh

1 Like

Ya but I want to change the uipath default default date time culture

This need generally to be changed in windows settings level, have you tried?

Cheers

1 Like

Yes i tried to changing the date time culture.But it doesn’t help

send your xaml file i ll check and update you @Himanshu.joshi

Regards,
Arivu

1 Like

Here is the work of two date format as string

The problem was uipath doesnot consider the second format (Dt) As a date.
Main (7).xaml (7.4 KB)

Regards