in reply to Re^2: Time Piece Error Parsingin thread Time Piece Error Parsing
$date = $t->strptime(sprintf("%02d%02d%04d",$t->mon,$t->day_of_month,$ +t->year), '%m%d%Y'); [download]