On Fri, 11 Aug 2000, Nathan Wiger wrote:
> Philip Newton wrote:
> > So if we're now on 1-indexing, we'll see lots of @months = (undef, 'Jan',
> > 'Feb') or qw(dummy Jan Feb)... oh well.
> 
> Far better, use the new builtin object methods:
> 
>    $d = date;
>    print "today is ", $d->date('%A');  # Friday

This doesn't solve the problem for those who want 'F', or 'Fri', or even
'Freitag' or 'Vendredi'.

Cheers,
Philip
-- 
Philip Newton <[EMAIL PROTECTED]>

Reply via email to