Typing the current date without the time

Hello @N_Qahtani and welcome the community :partying_face:

Try the following:
system.DateTime.Now.ToString(“yyyy-MM-dd”)

Also - check out this link to understand the differences between ‘M’ and ‘m’:

Hopefully this helps

5 Likes