Locale for UK
Posted: Tue Feb 20, 2007 2:00 pm
Through trial and error I discovered the correct code for the locale setting in config.php for the UK. This corrects the date format in the News Module without having to resort to a custom format in the News Module's options.
$config['locale'] = 'en_GB';
Some keywords for others that may be searching for this:
strftime
england
great britain
gb
date format
$config['locale'] = 'en_GB';
Some keywords for others that may be searching for this:
strftime
england
great britain
gb
date format