By spanders on
I know I could write a simple if-then or switch statement to convert month numbers 1,2,3,etc to Jan, Feb, Mar... but I'm wondering if there is something built in to Drupal that I can take advantage of ro do this for me and save from duplicating code.
Thanks for any tips.
Comments
No need! PHP has something
No need! PHP has something which does that automagically;
For reference, http://uk.php.net/date
Pobster
--------------------------------------------
http://www.justgiving.com/paulmaddern
--------------------------------------------
mktime
Forgot about the mktime function. Worked perfect, Thanks.
I find it gives random
I find it gives random results unless you also specify the day of the month:
Instead of date(), use
Instead of date(), use format_date() to get the localized version, eg: