결정적 DECISIVE Решающий
2011년 6월 30일 목요일
[JavaScript] Date to String
function convertDateToYear(date){
return date.getFullYear();
}
function convertDateToMonth(date){
return date.getMonth() + 1;
}
function convertDateToDay(date){
return date.getDate();
}
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기