Now.Tostring (MMDDYYY)

Hi I wanted to use the date of today with the following format (MMDDYYYY)
I tried to use date. today & now.Tostring but it is not working !

the result came as the following Pics

output

Hey

Give a try with

Now.ToString("MMddyyyy")

Regards!

1 Like

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