Change date format to uk(united kingdom)
Change date format to uk(united kingdom)
Hello pls can anyone help with this i am trying to change my date format to uk has most of the modules have the us date format. so what will i have to do to this to change it to the uk format of day-month-year ({$entry->postdate|date_format:"%D"})
Re: Change date format to uk(united kingdom)
You can set a default date fomat in the Site Admin->Global Settings page. There's a field Date Format String:
We'd normally use something like %d %B %Y but you can use whatever format you need. The strftime format is explained here:
http://php.net/manual/en/function.strftime.php
Hopefully all your modules will then pick up this date format. I'm sure the News and other core modules will.
It may be that some not so well coded modules might not respect that date format but give it a go first and if it does it for you.
We'd normally use something like %d %B %Y but you can use whatever format you need. The strftime format is explained here:
http://php.net/manual/en/function.strftime.php
Hopefully all your modules will then pick up this date format. I'm sure the News and other core modules will.
It may be that some not so well coded modules might not respect that date format but give it a go first and if it does it for you.