Hi Steve, All

Herez how you do it :

$sec = (localtime())[0];
$min = (localtime())[1];
$hour = (localtime())[2];
print "Time => $hour : $min : $sec\n";

$day = (localtime())[3];
$month = (localtime())[4] + 1;
$year = (localtime())[5];
$year = $year + 1900;
print "Date => $month \\ $day \\ $year";

-aman.


-----Original Message-----
From: Steve [mailto:fouttyw@;hawaii.rr.com]
Sent: Friday, November 08, 2002 7:26 PM
To: [EMAIL PROTECTED]
Subject: Julian Date


Can anyone tell me how to get the Julie Date via perl. I have an application
that
the user wants to have the julian date as part of a tracking number..

 Thanks,
   Steve



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

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

Reply via email to