Programming Languages JavaScript Objective
Mar 06, 2013

How to create a Date object in JavaScript?

Choose the correct answer:
A) dateObjectName = new Date([parameters])
B) dateObjectName.new Date([parameters])
C) dateObjectName := new Date([parameters])
D) dateObjectName Date([parameters])
Detailed Explanation

Option A is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback