You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

l10n-en.php 156B

1234567
  1. <?php
  2. $LOCALIZATIONS = array(
  3. 'jsdate' => 'MM d, yy',
  4. 'date' => '%B %e, %Y',
  5. 'datetime' => '%B %e, %Y %H:%M',
  6. 'time' => '%H:%M:%S',
  7. 'firstday' => 0 );