cancel
Showing results for 
Search instead for 
Did you mean: 

Dates

Anonymous
Not applicable
Hi All, How to get Previous month Start date (dd.MM.yyyy) and End date (dd.MM.yyyy) without using any Code stage ?   Regards, Avinash.
2 REPLIES 2

Zi_MingFu
Level 4
I think the month start date is easy because the dd.MM.yyyy must be like '01.MM.yyyy'. As for the end date, we can use AddDays([Current Month Start Date], -1) to get it.

Zi_MingFu
Level 4
You can find 'AddDays' in Date functions of Calculation.