Hi
I would like to know how to change the date format that is shown on the profile page to the European format of dd/mm/yyyy.
Currently in the admin I have
Time Format(for code): H:i |
|||
Short Date Format(for code): d.m.Y |
|||
Long Date Format(for code): d.m.Y H:i |
|||
Time Format(for database): %H:%i |
|||
Short Date Format(for database): %d.%m.%Y |
|||
|
|||
But one the profile page the date format is
Registration Date: 2010-12-27 01:46:17
Last Login Date: 2011-01-04 12:53:52
Last profile edition date: 2010-12-31 05:31:30
Could any please tell me how to change the above to
Registration Date: 27-12-2010 01:46:17
Last Login Date: 04-12-2010 12:53:52
Last profile edition date: 31-12-2010 05:31:30
Thanks in advance