Skip to Content
0
Former Member
Feb 19, 2009 at 11:42 PM

Converting Date Strings to Months

34 Views

I need to know how I can convert a Date String to a Month.

For example, my Date String is 2/19/09, I need this converted to return February. I need one formula which will take in account for all months.

I am currently using the following to convert to a date, but I'm not sure how to then convert this to return a month... January - December.

CStr({?EndDate},"yyyy-MM-dd")

Thank you in advance for your assistance.