Month as locale name

Find quick help here to get you started with Hollywood
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Month as locale name

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

Re: Month as locale name

Post 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.
Post Reply