JavaScript Comprobar fecha 2
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript Comprobar fecha 2相关的知识,希望对你有一定的参考价值。
//+ Jonas Raoni Soares Silva
//@ http://jsfromhell.com/geral/is-date [v1.0]
isDate = function(y, m, d){
if(typeof y == "string" && m instanceof RegExp && d){
if(!m.test(y)) return 1;
y = RegExp["$" + d.y], m = RegExp["$" + d.m], d = RegExp["$" + d.d];
}
d = Math.abs(d) || 0, m = Math.abs(m) || 0, y = Math.abs(y) || 0;
return arguments.length != 3 ? 1 : d < 1 || d > 31 ? 2 : m < 1 || m > 12 ? 3 : /4|6|9|11/.test(m) && d == 31 ? 4
: m == 2 && (d > ((y = !(y % 4) && (y % 1e2) || !(y % 4e2)) ? 29 : 28)) ? 5 + !!y : 0;
};
以上是关于JavaScript Comprobar fecha 2的主要内容,如果未能解决你的问题,请参考以下文章
javascript Comprobar sin uncheckboxestáseleccionadocon jQuery
JavaScript Comprobar si un combotienealgúnvalorseleccionado
JavaScript Comprobar si un valor esunnúmeroentero
text 检查电子邮件correcto comprobar
java comprobar复选框列表框
csharp comprobar饼干