Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Display the date when Facebook's website launched in M/DD/YYYY format. Hint: getMonth() gets the month (0-11). getDate() gets the day relative to the current set
Display the date when Facebook's website launched in M/DD/YYYY format. Hint: getMonth() gets the month (0-11). getDate() gets the day relative to the current set month. getFullYear() gets the 4 digit year. Ex: The 31st of January 1970 should be displayed as: "1/31/1970".
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started