Class Date

Object
   |
   +--Date

class Date

Field Summary
 Object format
  Same as dateFormat()
<static>  Object dayNames
  Override these values for international dates, for example...
<static>  Object monthNames
  Override these values for international dates, for example...
   
Method Summary * Parameter types in italic indicate optional parameters
 Object dateFormat(format)
   Formats a date given to the supplied format - the format syntax is the same as PHP's date() function.
 Object getDayOfYear()
  
 Object getDaysInMonth()
  
 Object getFirstDayOfMonth()
  
 Object getGMTOffset()
  
 Object getLastDayOfMonth()
  
 Object getTimezone()
  
 Object getWeekOfYear()
  
 Object isLeapYear()
  
<static> Object parseDate(input, format)
   Parses a date given the supplied format - the format syntax is the same as PHP's date() function.

Field Detail

format

Object format

dayNames

<static> Object dayNames

monthNames

<static> Object monthNames


Method Detail

dateFormat

Object dateFormat(format)

getDayOfYear

Object getDayOfYear()

getDaysInMonth

Object getDaysInMonth()

getFirstDayOfMonth

Object getFirstDayOfMonth()

getGMTOffset

Object getGMTOffset()

getLastDayOfMonth

Object getLastDayOfMonth()

getTimezone

Object getTimezone()

getWeekOfYear

Object getWeekOfYear()

isLeapYear

Object isLeapYear()

parseDate

<static> Object parseDate(input, format)


Documentation generated by JSDoc on Sat Oct 14 06:07:10 2006