¡@

Home 

2014/10/16 ¤W¤È 12:10:43

jquery Programming Glossary: yc

How do I verify age using jQuery?

http://stackoverflow.com/questions/8136036/how-do-i-verify-age-using-jquery

str Check if a string is a valid date function _checkdate m d y var now new Date current date from clients system var yc now.getYear get current year if yc 2000 yc yc 1900 in case the year is 2000 var yl yc 120 least year to consider var ym.. function _checkdate m d y var now new Date current date from clients system var yc now.getYear get current year if yc 2000 yc yc 1900 in case the year is 2000 var yl yc 120 least year to consider var ym yc most year to consider if m 1 m 12.. _checkdate m d y var now new Date current date from clients system var yc now.getYear get current year if yc 2000 yc yc 1900 in case the year is 2000 var yl yc 120 least year to consider var ym yc most year to consider if m 1 m 12 return..