파라미터 값이 유효한 날자 문자열인지 여부를 반환한다.
function btnTest_on_mouseup(objInst) { factory.consoleprint(factory.isdate("20181001")); }