Drupal Related Blog, Web development Tips - Chennai
Drupal and PHP related posts - Drupal Chennai, Navaneethakrishnan.R
Thursday, August 20, 2009
Check the user submitting date
checkdate() is a function to check the date is valid or not.
eg:
var_dump(checkdate(12, 31, 2000)); // return true
var_dump(checkdate(2, 29, 2001)); // return false
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment