All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.globalize-languages.en-SG.js Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
(function ($) {
    var cultures = Globalize.cultures,
        en = cultures.en,
        standard = en.calendars.standard,
        culture = cultures["en-SG"] = $.extend(true, {}, en, {
            name: "en-SG",
            englishName: "English (Singapore)",
            nativeName: "English (Singapore)",
            numberFormat: {
                percent: {
                    pattern: ["-n%", "n%"]
                }
            },
            calendars: {
                standard: $.extend(true, {}, standard, {
                    days: {
                        namesShort: ["S", "M", "T", "W", "T", "F", "S"]
                    },
                    patterns: {
                        d: "d/M/yyyy",
                        D: "dddd, d MMMM, yyyy",
                        f: "dddd, d MMMM, yyyy h:mm tt",
                        F: "dddd, d MMMM, yyyy h:mm:ss tt",
                        M: "d MMMM"
                    }
                })
            }
        }, cultures["en-SG"]);
    culture.calendar = culture.calendars.standard;
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy