Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojo/cldr/supplemental.js

  • Provides:

    • dojo.cldr.supplemental
  • Requires:

    • dojo.i18n in common
  • dojo.cldr.supplemental.getFirstDayOfWeek

    • parameters:
      • locale: (typeof String)
    • summary
      Returns a zero-based index for first day of the week
    • description
      Returns a zero-based index for first day of the week, as used by the local (Gregorian) calendar.
      e.g. Sunday (returns 0), or Monday (returns 1)
    • type
      Function
  • dojo.cldr.supplemental._region

    • parameters:
      • locale: (typeof String)
    • type
      Function
  • dojo.cldr.supplemental.getWeekend

    • parameters:
      • locale: (typeof String)
    • summary
      Returns a hash containing the start and end days of the weekend
    • description
      Returns a hash containing the start and end days of the weekend according to local custom using locale,
      or by default in the user's locale.
      e.g. {start:6, end:0}
    • type
      Function
  • dojo.cldr.supplemental

    • type
      Object
  • dojo.cldr

    • type
      Object
  • dojo

    • type
      Object