Changeset 492
- Timestamp:
- Aug 21, 2004, 3:50:54 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_html.inc.php
r481 r492 30 30 global $user, $conf, $lang; 31 31 32 if (!preg_match('/\d{4}-\d{2}-\d{2}/', $date)) 33 { 34 return ''; 35 } 36 32 37 list( $year,$month,$day ) = explode( '-', $date ); 33 38 $unixtime = mktime( 0, 0, 0, $month, $day, $year );
Note: See TracChangeset
for help on using the changeset viewer.