How get First and last day of the current month

0
How  get First and last day of the current month
asked
1 answers
1

Hi Priyanka,

You can use the formatDateTime function for that:

formatDateTime([%BeginOfCurrentMonth%], 'E')

Refer to the Java documentation on available date formats: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html

answered