Dates
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-02-18 04:30 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-02-18 07:22 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-02-18 07:24 AM
You can find 'AddDays' in Date functions of Calculation.
