Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI Experts,
I am having one field in my script called " Month" in this field i am having the data like '01,02,03,04....12'.
NOw my question is i want get the month data like 'Jan,feb,....Dec'. How to change the number to string of the month field in script level?
Thanks in advance...
Try this
Month(Date#(Month, 'MM')) as MonthName
Month(Date#(dateField,'MMM'))