mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- bugfix: incorrect selectbox value for custom short date format in settings
This commit is contained in:
parent
708cda0bf5
commit
8f6f265509
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ function timezoneIdentifiers()
|
|||
<?php echo selectOptions(array('Y-m-d'=>'yyyy-mm-dd ('.date('Y-m-d').')',
|
||||
'n/j/y'=>'m/d/yy ('.date('n/j/y').')',
|
||||
'd.m.y'=>'dd.mm.yy ('.date('d.m.y').')',
|
||||
'd/m/y'=>'dd/mm/yy ('.date('d/m/y').')', 0=>__('set_custom')), _c('dateformat2')); ?>
|
||||
'd/m/y'=>'dd/mm/yy ('.date('d/m/y').')', 0=>__('set_custom')), _c('dateformat2'), 0); ?>
|
||||
</select>
|
||||
</td></tr>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue