Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: converting timestamps

by cei (Monk)
on Jun 01, 2000 at 04:02 UTC ( [id://15738]=note: print w/replies, xml ) Need Help??


in reply to converting timestamps

If on a *nix box, the following may work:

my $event = "20000504"; #or the value of your BDA hash open(DT,"date -d $event '+%A, %B %e, %Y' |"); my $date = <DT>; chop($date); close DT;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://15738]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (None)
    As of 2024-04-25 00:23 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found