Fix date format

This commit is contained in:
Federico Vera 2019-06-05 18:46:55 -03:00
parent f27457db97
commit 3e7aa90eaa
No known key found for this signature in database
GPG Key ID: E69ECE2FCCDE9566
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ $sm_lang = array(
'none' => 'None',
'activate' => 'Activar',
// date/time format according the strftime php function format parameter http://php.net/manual/function.strftime.php
'short_day_format' => '%B %e',
'long_day_format' => '%B %e, %Y',
'short_day_format' => '%e de %B',
'long_day_format' => '%e de %B de %Y',
'yesterday_format' => 'Ayer a las %k:%M',
'other_day_format' => '%A a las %k:%M',
'never' => 'Nunca',