Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi...
I have the month in the format "Mon" ie August is represented as "Aug". I need to convert the month name to Month Number. The Month function requires a date stamp and I am not able to use the makedate function as it requires month as integer. Can someone help me with getting the month number based on month date?
Thank you.
Regards
Kumar
This also worked perfectly: num(month(SOMEDATE),'00')
Thank you.