Namespacedojo.date.locale

dojo.require("dojo.date.locale");
defined in dojo/date/locale.js

Jump to FunctionsConstructorsBack to top

Jump to ConstructorsFunctionsBack to top

Functiondojo.date.locale.addCustomFormats(packageName: String, bundleName: String)
Add a reference to a bundle containing localized custom formats to be used by date/time formatting and parsing routines.
Format a Date object as a String, using locale-specific settings.
Functiondojo.date.locale.getNames(item: String, type: String, use: String?, locale: String?)
Used to get localized strings from dojo.cldr for day or month names.
Functiondojo.date.locale.isWeekend(dateObject: Date?, locale: String?)
Determines if the date falls on a weekend, according to local custom.
Convert a properly formatted string to a primitive Date object, using locale-specific settings.
Builds the regular needed to parse a localized date
gets the day of the year as represented by dateObject
Functiondojo.date.locale._getWeekOfYear(dateObject: Date, firstDayOfWeek: Number)