How to Manipulate Date

jassi_123

Member
Hello Team,

I would like to manipulate todays date in such a way that it should give me the following result:-

01-Apr-2019

Can someone please tell me the best way to achieve this.
 

sivagelli

Well-Known Member
Ah! missed it completely, you should have asked question in a straight way. This expression should help-

FormatDate(AddDays(Today(), 6), "dd-MMM-yyyy")
 
Top