JavaScript .getDay()

1 개요[ | ]

JavaScript .getDay()
console.log( new Date('2017-09-16').getDay() ); // 6
console.log( new Date('2017-09-17').getDay() ); // 0
console.log( new Date('2017-09-18').getDay() ); // 1

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}