Question: Javascript Assignment, urgent. Read carefully. For this assignment you will need to utilize the Date object in Javascript to find the methods of a Date
Javascript Assignment, urgent. Read carefully.
For this assignment you will need to utilize the Date object in Javascript to find the methods of a Date object that will get the information needed for the function.
Create a simple blank html webpage.
Then Create a function called formatMMDDYYYY(inputDate)
The function will accept an input parameter that is a date object
It will use the methods of the Date object to get the month, date and year from the input date object
Use the + to concatenate the pieces together to format a string that will look something like "2/1/2021"
return the string when the function is complete
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
