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
* @param year The full year designation is required for cross-century date accuracy. If year is between 0 and 99 is used, then year is assumed to be 1900 + year.
894
+
* @param monthIndex The month as a number between 0 and 11 (January to December).
895
+
* @param date The date as a number between 1 and 31.
896
+
* @param hours Must be supplied if minutes is supplied. A number from 0 to 23 (midnight to 11pm) that specifies the hour.
897
+
* @param minutes Must be supplied if seconds is supplied. A number from 0 to 59 that specifies the minutes.
898
+
* @param seconds Must be supplied if milliseconds is supplied. A number from 0 to 59 that specifies the seconds.
899
+
* @param ms A number from 0 to 999 that specifies the milliseconds.
* Returns the number of milliseconds between midnight, January 1, 1970 Universal Coordinated Time (UTC) (or GMT) and the specified date.
901
911
* @param year The full year designation is required for cross-century date accuracy. If year is between 0 and 99 is used, then year is assumed to be 1900 + year.
902
-
* @parammonth The month as a number between 0 and 11 (January to December).
912
+
* @parammonthIndex The month as a number between 0 and 11 (January to December).
903
913
* @param date The date as a number between 1 and 31.
904
914
* @param hours Must be supplied if minutes is supplied. A number from 0 to 23 (midnight to 11pm) that specifies the hour.
905
915
* @param minutes Must be supplied if seconds is supplied. A number from 0 to 59 that specifies the minutes.
906
916
* @param seconds Must be supplied if milliseconds is supplied. A number from 0 to 59 that specifies the seconds.
907
917
* @param ms A number from 0 to 999 that specifies the milliseconds.
0 commit comments