What is the command for knowing the date in the system in uipath

What is the command for knowing the date in the system in UiPath.

Please help

@Anil_G @vrdabberu

don’t tag me

Hi

DateTime.Now.ToString

Regards

no only date is needed @vrdabberu

@Praharsha_Kanaparthi2

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

image

1 Like

HI

DateTime.Now.ToString("MM/dd/yyyy")

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.