Question:Given the following instantiation of a date type variable, choose the statement which is true. var myDate : Date = new Date()
A The value of myDate is the current time stamp.
B The value of myDate is an instance of the date class with all values set to either 0 or blank.
C The value of myDate is null.
D None of these
+ AnswerA
+ Report