Pandey Rajeev-A19514 wrote:
Hi ,

I have to start with input as date string which I need to process.
$date1 = "Wed Sep 10 15:51:50 CST 2003";
$date2 = "15:52:00.885 cst Wed Sep 10 2003";

I have to find the difference in between the two dates. Which is the best module to do that and probably a sample code would do more help.

Regards
Rajeev

use Time::ParseDate;



-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to