($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = 
localtime(time);

This is an internal perl function.  Read all about it with:

        perldoc -f localtime


-- Matt


To:     [EMAIL PROTECTED]
cc:          (bcc: Matt B. Grimaldi)
Date:        01/31/2002 11:38 AM
From:   [EMAIL PROTECTED]
Subject:        Windoze...Date and Time...


Hey everyone,

Anyone know what the function(s) are to get date and time from a Win32
install of ActivePerl?  My unix code seems too be breaking on...

$strStartTime = `date +%m-%d-%Y %H:%M:%S`;

Thx in advance...

Adym Lincoln
Edgewater Technology, Inc.
Phone: (603) 644-2445, 7261
Fax: (603) 669-8330

Remember, Amateurs built the Ark, Professionals built the Titanic...
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/listinfo/activeperl






_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/listinfo/activeperl

Reply via email to