/* function alertBeforeToday(s) { alert(s+"???zh_CN.all.error.beforeToday???"); } function alertAfterToday(s) { alert(s+"???zh_CN.all.error.afterToday???"); } function alertBeforeDate(s, d) { alert(s+"???zh_CN.all.error.beforeDate???"+d); } */ function alertInteger(s) { alert(s+"???zh_CN.all.errors.integer???"); } function alertFloat(s) { alert(s+"???zh_CN.all.errors.float???"); } function alertRequired(s) { alert(s+"???zh_CN.all.error.required???"); } function alertDate(s) { alert(s+"???zh_CN.all.errors.date???"); } function getFullDate(date) { return date.substring(0,4)+"?"+date.substring(4,2)+"?"+date.substring(6)+"?" }