How to convert system todays date to the format dd.MM.yyyy

I have a scenario,
enter the todays system date into the SAP textbox in the form of dd.MM.YYYY
can any one help me
@Gangadhar_Athili @THIRU_NANI @ushu

HI @saritha_panguluri

Try this below expression

DateTime.Now.Tostring("dd.MM.yyyy")

Regards
Gokul

thank you @Gokul001

Now.Tostring(“dd.MM.yyyy”)

1 Like

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