date format 에서 에러가... 정보
date format 에서 에러가...
본문
function datepic(timex)
{
var now = new Date();
var datex
timex = timex.substr(8,8);
datex = now.format('M jS, Y'); <------ 여기서 에러가 나는데.. 왜 나죠?? 왜??? ㅠ_ㅠ
alert(timex+"--"+datex );
}
{
var now = new Date();
var datex
timex = timex.substr(8,8);
datex = now.format('M jS, Y'); <------ 여기서 에러가 나는데.. 왜 나죠?? 왜??? ㅠ_ㅠ
alert(timex+"--"+datex );
}
댓글 전체