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/buddhist.js

  • Provides:

    • dojox.date.buddhist
  • Requires:

    • dojox.date.buddhist.Date in common
    • dojo.date in common
  • dojox.date.buddhist.getDaysInMonth

    • parameters:
      • dateObject: (typeof buddhist.Date)
    • type
      Function
  • dojox.date.buddhist.isLeapYear

    • parameters:
      • dateObject: (typeof buddhist.Date)
    • type
      Function
  • dojox.date.buddhist.compare

    • parameters:
      • date1: (typeof buddhist.Date)
      • date2: (typeof buddhist.Date)
      • portion: (typeof String)
    • returns
      FIXME
    • summary
      Compare two buddhist date objects by date, time, or both.
    • type
      Function
  • dojox.date.buddhist.add

    • parameters:
      • date: (typeof dojox.date.buddhist.Date)
        buddhist.Date Date object to start with
      • interval: (typeof String)
        A string representing the interval.  One of the following:
        "year", "month", "day", "hour", "minute", "second",
        "millisecond", "week", "weekday"
      • amount: (typeof int)
        How much to add to the date.
    • returns
      dojox.date.buddhist.Date
    • summary
      Add to a Date in intervals of different size, from milliseconds to years
    • type
      Function
  • dojox.date.buddhist.difference

    • parameters:
      • date1: (typeof dojox.date.buddhist.Date)
      • date2: (typeof dojox.date.buddhist.Date)
      • interval: (typeof String)
        A string representing the interval.  One of the following:
        "year", "month", "day", "hour", "minute", "second",
        "millisecond",  "week", "weekday"
        Defaults to "day".
    • returns
      Number (integer)
    • summary
      date1 - date2
      date2 is hebrew.Date object.  If not specified, the current hebrew.Date is used.
    • type
      Function
  • dojox.date.buddhist

    • type
      Object
  • dojox.date

    • type
      Object
  • dojox

    • type
      Object