function isDate(p_Expression){ var re = //d{4}-/d{1,2}-/d{1,2}/g; var val = new Boolean( re.test(p_Expression) ) return val;}
確定! 回上一頁