parsedate
-
[javascript] 20. 날짜 메소드(Date Methods) - 자바스크립트 강좌 JS / CSEWeb/JavaScript 2015. 6. 13. 14:39
JavaScript Date Methods 1. Date Get Methods MethodDescriptiongetDate()Get the day as a number (1-31)getDay()Get the weekday as a number (0-6)getFullYear()Get the four digit year (yyyy)getHours()Get the hour (0-23)getMilliseconds()Get the milliseconds (0-999)getMinutes()Get the minutes (0-59)getMonth()Get the month (0-11)getSeconds()Get the seconds (0-59)getTime()Get the time (milliseconds since ..