mcal_date_valid

(PHP 3 >= 3.0.13, PHP 4, PECL)

mcal_date_valid --  Returns TRUE if the given year, month, day is a valid date

Description

bool mcal_date_valid ( int year, int month, int day )

mcal_date_valid() Returns TRUE if the given year, month and day is a valid date, FALSE if not.


add a note add a note User Contributed Notes
froeschli at gmx dot net
02-Mar-2006 06:36
Knows if there is a 29th february in given year. Very useful!!