Re: DT strftime specifiers

2003-09-15 Thread Dave Rolsky
On Sun, 14 Sep 2003, Joshua Hoblitt wrote: > It's defined in the docs... > > =item * %V > But it's not here... > > 'w' => sub { my $dow = $_[0]->day_of_week; >return $dow % 7; > }, > > Was it documented and then not implemented? Looks that way. I just

DT strftime specifiers

2003-09-14 Thread Joshua Hoblitt
It's defined in the docs... =item * %V The ISO 8601:1988 week number of the current year as a decimal number, range 01 to 53, where week 1 is the first week that has at least 4 days in the current year, and with Monday as the first day of the week. See also %U and %W. 'U' => sub { my $dow