70 , year=+1900.... //this will make two digits out of everything.... simple but works ;-) so 2002.3.1 will be 2002.03.01 for example if ($day<10) {$day='0'.$day;} if ($month<10) {$month='0'.$day;} if ($year<10) {$year='0'.$day;} if ($hour<10) {$hour='0'.$day;} if ($minute<10) {$minute='0'.$day;} echo 'The picture '.$FILE." was shot $month. $day. $year at $hour:$minute"; // This Will return the data & show the date on your website... //end..... // Thank you for using WristSNAP Scriptz. ?>