콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1144 화면


I've been working very well before, but I suddenly got the following error when saving these two days.

When I try to comment out the date field, the error disappears, and when I reuse it, it goes wrong again. It can be determined that the problem is the date field, and it is the same error to change the date field to a datetime field. Please help me analyze the reasons.


TypeError: format() expects a string or boolean:false parameter function()
{var args=(arguments.length===1&&$.isArray(arguments[0]))?arguments[0]:arguments;var formattedString=this;for(var i=0;i<args.length;i++)
{var pattern=new RegExp("\\{"+i+"\\}","gm");formattedString=formattedString.replace(pattern,args[i]);}
return formattedString;}

아바타
취소