JavaScript Tutorial - JavaScript Date Object | getMonth() | getDate() | getDay() #Shorts

preview_player
Показать описание
Watch this JavaScript tutorial for beginners to learn JavaScript basics in short video.
👍 Subscribe for more
___
💻 The getMonth() method returns the month (from 0 to 11) for the specified date, according to local time.

Note: January is 0, February is 1, and so on.

💻 The getDay() method returns the day of the week for the specified date according to local time, where 0 represents Sunday. For the day of the month.

💻 The getDay() method returns the day of the week (from 0 to 6) for the specified date.
Note: Sunday is 0, Monday is 1, and so on.

💻 JavaScript will (by default) output dates in full text string format:
____
We are going to see Date Object in this video.
____

#Shorts #shortvideo #JavaScriptShorts
Рекомендации по теме