silverstripe-framework/thirdparty/Zend/Locale/Data/en_US.xml
Sam Minnee 89c3349a1c BUGFIX More common defaults for en_US.xml used by Zend_DateFormat (and DateField/DatetimeField), with less error prone numerical format replacing the Zend default of shortened month names (fixes #6071, thanks dalesaurus)
BUGFIX Correct locale mapping in DateField_View_JQuery for "en_US" and "en_NZ"
MINOR Fixed form validation message in DateField to include actual date format, rather than a hardcoded value (from r111843)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112928 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-19 05:01:18 +00:00

75 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.6/ldml.dtd">
<ldml>
<identity>
<version number="$Revision: 1.51 $"/>
<generation date="$Date: 2008/05/28 15:49:30 $"/>
<language type="en"/>
<territory type="US"/>
</identity>
<dates>
<calendars>
<calendar type="gregorian">
<dateFormats>
<dateFormatLength type="full">
<dateFormat>
<pattern>EEEE, d MMMM yyyy</pattern>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="long">
<dateFormat>
<pattern>d MMMM yyyy</pattern>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="medium">
<dateFormat>
<pattern>MM/dd/yyyy</pattern>
</dateFormat>
</dateFormatLength>
<dateFormatLength type="short">
<dateFormat>
<pattern>MM/dd/yyyy</pattern>
</dateFormat>
</dateFormatLength>
</dateFormats>
<timeFormats>
<timeFormatLength type="full">
<timeFormat>
<pattern>HH:mm:ss v</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern>HH:mm:ss z</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern>hh:mm a</pattern>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern>hh:mm a</pattern>
</timeFormat>
</timeFormatLength>
</timeFormats>
</calendar>
</calendars>
<timeZoneNames>
<metazone type="America_Eastern">
<commonlyUsed>true</commonlyUsed>
</metazone>
<metazone type="America_Central">
<commonlyUsed>true</commonlyUsed>
</metazone>
<metazone type="America_Mountain">
<commonlyUsed>true</commonlyUsed>
</metazone>
<metazone type="America_Pacific">
<commonlyUsed>true</commonlyUsed>
</metazone>
</timeZoneNames>
</dates>
</ldml>