Computer Science, asked by dilpreetkaur5003, 1 year ago

To create an object and set the date to JUNE 22, 2013, which one of the following statement should be executed?
A.$date = Date(“22 JUNE 2013”)
B.$date = new Date(“JUNE 22 2013”)
C.$date = DateTime(“22 JUNE 2013”)
D.$date = new DateTime(“22 JUNE 2013”)

Answers

Answered by Anonymous
1
______✨ HEY MATE ✨______

➡️ Option (A) $date = Date(“22 JUNE 2013”) is the right answer ✔️

<marquee>✌️ I THINK IT HELPED YOU ✌️
Answered by vamritaeunameun
0

A.$date = Date(“22 JUNE 2013”) is your answer

Similar questions