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

vm’s picture

administer -> date and time

you can create custom formats

you can expand on this with the date.module which provides date tools.

nevets’s picture

Have you tried setting the format under admin/settings/date-time/formats

abutze’s picture

Oops, sorry I didn't even notice that. I'll just take a look at the date.module.
Thanks for the quick replies :)