commit
b66dd3ebef
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
$LOCALIZATIONS = array(
|
||||
'jsdate' => 'dd.mm.yy',
|
||||
'date' => '%d.%m.%Y',
|
||||
'datetime' => '%d.%m.%Y %H:%M:%S',
|
||||
'time' => '%H:%M:%S' );
|
||||
'time' => '%H:%M:%S',
|
||||
'firstday' => 0 );
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
$LOCALIZATIONS = array(
|
||||
'jsdate' => 'MM d, yy',
|
||||
'date' => '%B %e, %Y',
|
||||
'datetime' => '%B %e, %Y %H:%M',
|
||||
'time' => '%H:%M:%S' );
|
||||
'time' => '%H:%M:%S',
|
||||
'firstday' => 0 );
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
$LOCALIZATIONS = array(
|
||||
'jsdate' => "d 'de' MM 'de' yy",
|
||||
'date' => '%e de %B de %Y',
|
||||
'datetime' => '%e de %B de %Y %H:%M',
|
||||
'time' => '%H:%M:%S' );
|
||||
'time' => '%H:%M:%S',
|
||||
'firstday' => 1 );
|
||||
|
||||
Loading…
Reference in New Issue