Object | +--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 |
Object format
<static> Object dayNames
<static> Object monthNames
| Method Detail |
Object dateFormat(format)
Object getDayOfYear()
Object getDaysInMonth()
Object getFirstDayOfMonth()
Object getGMTOffset()
Object getLastDayOfMonth()
Object getTimezone()
Object getWeekOfYear()
Object isLeapYear()
<static> Object parseDate(input, format)