By abutze on
Hi guys,
Now drupal displays the date on my site like this: July 1st, 2009.
I would like it to display it like this: 01-07-2009
Is this hard to do?
Thanks in advance :)
Hi guys,
Now drupal displays the date on my site like this: July 1st, 2009.
I would like it to display it like this: 01-07-2009
Is this hard to do?
Thanks in advance :)
Comments
=-=
administer -> date and time
you can create custom formats
you can expand on this with the date.module which provides date tools.
Have you tried setting the
Have you tried setting the format under admin/settings/date-time/formats
Oops, sorry I didn't even
Oops, sorry I didn't even notice that. I'll just take a look at the date.module.
Thanks for the quick replies :)