David Gilden wrote:
>
> Hello,
Hello,
> How can get the date formatted to include the day of the week (plus one)
man 3 strftime
[snip]
%a The abbreviated weekday name according to the curĀ
rent locale.
%A The full weekday name according to the current
Hello,
How can get the date formatted to include the day of the week (plus one)
'04-07-2003-1013'
Thanks,
Dave
( kora musician / audiophile / web master @ cora connection / Ft. Worth, TX, USA)
The following misses the day of week!!
#!/usr/bin/perl -w
use POSIX 'strftime';