Searched defs:checkForValidDate (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admingui/common/src/main/resources/js/
H A Dadminjsf.js1518 if(!checkForValidDate(date, formatNumber, '')) {
1554 if(!checkForValidDate(startDate, format, separatorChar)){
1560 if(!checkForValidDate(endDate, format, separatorChar)){
1613 function checkForValidDate(date, format, delim) { function

Completed in 19 milliseconds