InterviewSolution
| 1. |
What's The Date Object Using Javascript? |
|
Answer» Time inside a date object is stored as MILLISECONDS since Jan 1, 1970. Time inside a date object is stored as milliseconds since Jan 1, 1970. |
|