Re: POSIX 'strftime'

2003-04-06 Thread John W. Krahn
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

POSIX 'strftime'

2003-04-06 Thread David Gilden
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';