Thomas Blabb
2008-05-04 09:09:46 UTC
I want to print the current time(stamp) in formatted style.
The following does not work:
print STDOUT "Now=%Y%m%d-%H%M\n", localtime(time);
What is wrong?
How else can I print out a formatted timestamp?
Tom
The following does not work:
print STDOUT "Now=%Y%m%d-%H%M\n", localtime(time);
What is wrong?
How else can I print out a formatted timestamp?
Tom