Current Day

0
How can i get Current day (eg.Monday...)
asked
2 answers
0

You can use the following: formatDateTime([%CurrentDateTime%], 'EEEE'). You can see the ways to format a datetime here: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html

answered
-1

You need to use formatDateTime to do this. Try the following...
 

formatDateTime([%CurrentDateTime%],'EEEE')
answered