I want to display the current date.
“todaysdate” variable is in datetime variable type. The expression I have used to get the current date is “now()”. Used “ToShortDateString” to get only the date.
I’m getting the date in “MM.dd.yyyy” format. How do I get in “dd.MM.yyyy” format ?