cancel
Showing results for 
Search instead for 
Did you mean: 

Date Manipulation

TimGrassam
Staff
Staff
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

ManojMishra
Level 2
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

TimGrassam
Staff
Staff
Thanks Manoj - that worked perfectly