Date Manipulation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-14 11:19 PM
Hi
Anyone know of a way to get the last day of the previous month in DD-MMM-YYYY format, using Blue Prism, easily?
Thanks
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-06-14 03:08 PM
Hi Tim,
You can try this in the calculation stage
FormatDate(AddDays(MakeDate(1, FormatDate(Today(), ""MM""), FormatDate(Today(), ""yyyy"")), -1),""dd-MMM-yyyy"")
and then assign it to a text.
Regards,
Manoj
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-07-14 04:38 PM
Thanks Manoj - that worked perfectly
