goog.i18n.DateTimeParse.MyDate_ |
Based on the fields set, fill a Date object. For those fields that not
set, use the passed in date object's value.
|
code » | |
2 digit year special handling. Assuming for example that the
defaultCenturyStart is 6/18/1903. This means that two-digit years will be
forced into the range 6/18/1903 to 6/17/2003. As a result, years 00, 01, and
02 correspond to 2000, 2001, and 2002. Years 04, 05, etc. correspond
to 1904, 1905, etc. If the year is 03, then it is 2003 if the
other fields specify a date before 6/18, or 1903 if they specify a
date afterwards. As a result, 03 is an ambiguous year. All other
two-digit years are unambiguous.
|
code » |
![]()
The date's before/afternoon denominator.
|
Code » | |
![]()
The date's day of month.
|
Code » | |
![]()
The date's day of week. Sunday is 0, Saturday is 6.
|
Code » | |
![]()
The date's era.
|
Code » | |
![]()
The date's hour.
|
Code » | |
![]()
The date's milliseconds.
|
Code » | |
![]()
The date's minutes.
|
Code » | |
![]()
The date's month.
|
Code » | |
![]()
The date's seconds.
|
Code » | |
![]()
The date's timezone offset.
|
Code » | |
![]()
The date's year.
|
Code » |