Question: pls send me currect answers. Create a JavaScript program that will write the current date, day and time to your Web page. Please do NOT
pls send me currect answers.
Create a JavaScript program that will write the current date, day and time to your Web page. Please do NOT use an alert() function for your output. Your output must match the format/example below:
Time, example: 3:15 PM
Day, example: Wednesday
Month, example: September
Date, example: 21
Output example:
It is currently: 3:15 PM on Wednesday, September 21.
Important
Your output
must include all of the text and punctuation shown in the example above
must not display seconds as a part of the current time
must indicate whether the time is AM or PM (no 24 hour format)
day and month must be displayed in complete words, no abbreviations or numeric representations of day and month
must be boldfaced and italicized
must be generated from an external JavaScript (.js) file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
