You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: Create the date with the given components in the local time zone. Only the first two arguments are obligatory.
59
59
60
-
- The `year` should have 4 digits. For compatibility, 2 digits are also accepted and considered `19xx`, e.g. `98` is same as `1998` here, but always using 4 digits is strongly encouraged.
60
+
- The `year` should have 4 digits. For compatibility, 2 digits are also accepted and considered `19xx`, e.g. `98` is the same as `1998` here, but always using 4 digits is strongly encouraged.
61
61
- The `month` count starts with `0` (Jan), up to `11` (Dec).
62
62
- The `date` parameter is actually the day of month, if absent then `1` is assumed.
63
63
- If `hours/minutes/seconds/ms` is absent, they are assumed to be equal `0`.
0 commit comments