dojox.date.posix.getIsoWeekOfYear
dojo.require("dojox.date.posix");
defined in dojox/date/posix.js
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
Usage
function (/*Date*/ dateObject) (view source)
parameter | type | description |
---|---|---|
dateObject | Date |