Date Format in UiPath

image

The following Line gives me the output as 5

But I want to show it as 05 what can be done here ?

I can’t directly add 0 and append to it.

Hello can you try Today.Day.String(”dd”)

Nope, not Working

Hi ,
try now.tostring(“dd”)

Now.ToString(”dd”)

Hello,

You can try Today.Tostring(“dd”)

Thanks!

@Ishan_Shelke1
grafik

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