Website: http://www.datejs.com
Another popular date library is Moment.js
function isValid(date, pattern){
if(pattern == null){
return false;
}
var parseExact = Date.pareExact(date, pattern);
if(parseExact !== null){
return true;
}
return false;
}
Your Modern Family blog. Together, we will talk about raising kids, organizing the home and saving money! Right now ...
Another popular date library is Moment.js
function isValid(date, pattern){
if(pattern == null){
return false;
}
var parseExact = Date.pareExact(date, pattern);
if(parseExact !== null){
return true;
}
return false;
}
-->
Comments
Post a Comment