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

dojox/date/posix.js

  • Provides:

    • dojox.date.posix
  • Requires:

    • dojo.date in common
    • dojo.date.locale in common
    • dojo.string in common
  • dojox.date.posix.strftime

    • parameters:
      • dateObject: (typeof Date)
      • format: (typeof String)
      • locale: (typeof String)
    • returns
      String
    • summary
      Formats the date object using the specifications of the POSIX strftime function
    • description
      see http://www.opengroup.org/onlinepubs/007908799/xsh/strftime.html
    • type
      Function
  • dojox.date.posix.getStartOfWeek

    • parameters:
      • dateObject: (typeof Date)
      • firstDay: (typeof Number)
    • returns
      Date
    • summary
      Return a date object representing the first day of the given
      date's week.
    • type
      Function
  • dojox.date.posix.setIsoWeekOfYear

    • parameters:
      • dateObject: (typeof Date)
      • week: (typeof Number)
        can be positive or negative: -1 is the year's last week.
    • returns
      Date
    • summary
      Set the ISO8601 week number of the given date.
      The week containing January 4th is the first week of the year.
    • type
      Function
  • dojox.date.posix.getIsoWeekOfYear

    • parameters:
      • dateObject: (typeof Date)
    • returns
      Integer
    • summary
      Get the ISO8601 week number of the given date.
      The week containing January 4th is the first week of the year.
      See http://en.wikipedia.org/wiki/ISO_week_date
    • type
      Function
  • dojox.date.posix.getIsoWeeksInYear

    • parameters:
      • dateObject: (typeof Date)
    • returns
      Integer
    • summary
      Determine the number of ISO8601 weeks in the year of the given
      date. Most years have 52 but some have 53.
      See http://www.phys.uu.nl/~vgent/calendar/isocalendar_text3.htm
    • type
      Function
  • dojox.date.posix

    • type
      Object
  • dojox.date

    • type
      Object
  • dojox

    • type
      Object