Month as locale name
Month as locale name
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.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
http://myevolve.wordpress.com
- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Month as locale name
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.