JavaScript Get Date Method

preview_player
Показать описание
We explore 5 method in this video. These methods can be used for getting information from a date object:
Method - Description
getMonth() - Get the month as a number (0-11)
getDay()- Get the weekday as a number (0-6)
getHours()- Get the hour (0-23)
getMinutes()- Get the minute (0-59)
getSeconds()- Get the second (0-59)
Рекомендации по теме