![JAR search and dependency download from the Maven repository](/logo.png)
features.i18n.data.DateTimeConstants__ii.js Maven / Gradle / Ivy
Go to download
Packages all the features that shindig provides into a single jar file to allow
loading from the classpath
The newest version!
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
gadgets.i18n = gadgets.i18n || {};
gadgets.i18n.DateTimeConstants = {
ERAS: ['\ua0c5\ua2ca\ua0bf', '\ua0c5\ua2ca\ua282'],
ERANAMES: ['\ua0c5\ua2ca\ua0bf', '\ua0c5\ua2ca\ua282'],
NARROWMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
MONTHS: ['\ua2cd\ua1aa', '\ua44d\ua1aa', '\ua315\ua1aa', '\ua1d6\ua1aa', '\ua26c\ua1aa', '\ua0d8\ua1aa', '\ua3c3\ua1aa', '\ua246\ua1aa', '\ua22c\ua1aa', '\ua2b0\ua1aa', '\ua2b0\ua2aa\ua1aa', '\ua2b0\ua44b\ua1aa'],
SHORTMONTHS: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
WEEKDAYS: ['\ua46d\ua18f\ua44d', '\ua18f\ua282\ua2cd', '\ua18f\ua282\ua44d', '\ua18f\ua282\ua315', '\ua18f\ua282\ua1d6', '\ua18f\ua282\ua26c', '\ua18f\ua282\ua0d8'],
SHORTWEEKDAYS: ['\ua18f\ua44d', '\ua18f\ua2cd', '\ua18f\ua44d', '\ua18f\ua315', '\ua18f\ua1d6', '\ua18f\ua26c', '\ua18f\ua0d8'],
NARROWWEEKDAYS: ['\ua18f', '\ua2cd', '\ua44d', '\ua315', '\ua1d6', '\ua26c', '\ua0d8'],
SHORTQUARTERS: ['\ua0c5\ua44c', '\ua0c5\ua3b8', '\ua0c5\ua375', '\ua0c5\ua2c6'],
QUARTERS: ['\ua0c5\ua44c', '\ua0c5\ua3b8', '\ua0c5\ua375', '\ua0c5\ua2c6'],
AMPMS: ['\ua3b8\ua111', '\ua06f\ua2d2'],
DATEFORMATS: ['EEEE, y MMMM dd', 'y MMMM d', 'y MMM d', 'yyyy-MM-dd'],
TIMEFORMATS: ['HH:mm:ss zzzz', 'HH:mm:ss z', 'HH:mm:ss', 'HH:mm'],
FIRSTDAYOFWEEK: 0,
WEEKENDRANGE: [5, 6],
FIRSTWEEKCUTOFFDAY: 3
};
gadgets.i18n.DateTimeConstants.STANDALONENARROWMONTHS = gadgets.i18n.DateTimeConstants.NARROWMONTHS;
gadgets.i18n.DateTimeConstants.STANDALONEMONTHS = gadgets.i18n.DateTimeConstants.MONTHS;
gadgets.i18n.DateTimeConstants.STANDALONESHORTMONTHS = gadgets.i18n.DateTimeConstants.SHORTMONTHS;
gadgets.i18n.DateTimeConstants.STANDALONEWEEKDAYS = gadgets.i18n.DateTimeConstants.WEEKDAYS;
gadgets.i18n.DateTimeConstants.STANDALONESHORTWEEKDAYS = gadgets.i18n.DateTimeConstants.SHORTWEEKDAYS;
gadgets.i18n.DateTimeConstants.STANDALONENARROWWEEKDAYS = gadgets.i18n.DateTimeConstants.NARROWWEEKDAYS;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy