Page 1 of 1

Month as locale name

Posted: Mon Feb 16, 2015 12:54 am
by djrikki
Call me thick, but how do I return the current month expressed as a string? November, January, March, April.. even better if it can be returned based on Locale info.

Re: Month as locale name

Posted: Mon Feb 16, 2015 10:39 pm
by airsoftsoftwair
Not possible... you have to use GetDate() with #DATEMONTH to get the number of the month and then do the mapping to a string on your own.