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
              locale.
[snip]
       %u     The day of the week as a decimal,  range  1  to  7,
              Monday being 1.  See also %w. (SU)

       %w     The day of the week as a decimal,  range  0  to  6,
              Sunday being 0.  See also %u.


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to