Changeset 196 for trunk/admin/include/functions.php
- Timestamp:
- Oct 11, 2003, 4:17:07 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r167 r196 368 368 // date arrives at this format : DD/MM/YYYY 369 369 list($day,$month,$year) = explode( '/', $date ); 370 return checkdate( $month, $day, $year );370 return @checkdate( $month, $day, $year ); 371 371 } 372 372
Note: See TracChangeset
for help on using the changeset viewer.