What is the parameter of the method Date.parse()?
(a) date
(b) string
(c) datestring
(d) string
(a) date
(b) string
(c) datestring
(d) string
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is (c) datestring
To explain: The parse method is defined as Date.parse(datestring). The parse() method parses a date string and returns the number of milliseconds between the date string.