From: Jim Meyering Date: Sat, 10 Nov 2001 08:44:34 +0000 (+0000) Subject: (Date directives): Document %u. X-Git-Tag: TEXTUTILS-2_0_17~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f751a33c3c9a876065015f7296d244ae5ba2316;p=thirdparty%2Fcoreutils.git (Date directives): Document %u. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index e7273ec578..2c4285cadc 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9794,6 +9794,8 @@ same as %b day of year (001@dots{}366) @item %m month (01@dots{}12) +@item %u +day of week (1@dots{}7) with 1 corresponding to Monday @item %U week number of year with Sunday as first day of week (00@dots{}53). Days in a new year preceding the first Sunday are in week zero.