Re: using perl to print yesterday's date, but with formatting options ?
- From: Purl Gurl <purlgurl@xxxxxxxxxxxx>
- Date: Mon, 31 Oct 2005 11:58:00 -0800
Purl Gurl wrote:
Tom Van Overbeke wrote:
(snipped)
But the format I need is: 30.10.05
print $Array[3], ".", $Array[4] + 1, ".", $Array[5] + 1900;
#!perl
@Array = localtime(time - 86400);
print $Array[3], ".", $Array[4] + 1, ".0", $Array[5] - 100;
Purl Gurl
.
- Follow-Ups:
- Prev by Date: freeze panes in excel without using a module
- Next by Date: Re: using perl to print yesterday's date, but with formatting options ?
- Previous by thread: freeze panes in excel without using a module
- Next by thread: Re: using perl to print yesterday's date, but with formatting options ?
- Index(es):