From 9c20630918f295fafa2ce835fcc065876151c599 Mon Sep 17 00:00:00 2001 From: "paul@teton.kitebird.com" <> Date: Tue, 14 May 2002 11:00:07 -0500 Subject: [PATCH] manual.texi DATE_FORMAT() %U, %u, %V, %u specifiers produce two digits. --- Docs/manual.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 72304926e38..cb6cbdf36c3 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -32295,10 +32295,10 @@ following specifiers may be used in the @code{format} string: @item @code{%s} @tab Seconds (@code{00}..@code{59}) @item @code{%p} @tab @code{AM} or @code{PM} @item @code{%w} @tab Day of the week (@code{0}=Sunday..@code{6}=Saturday) -@item @code{%U} @tab Week (@code{0}..@code{53}), where Sunday is the first day of the week -@item @code{%u} @tab Week (@code{0}..@code{53}), where Monday is the first day of the week -@item @code{%V} @tab Week (@code{1}..@code{53}), where Sunday is the first day of the week. Used with '%X' -@item @code{%v} @tab Week (@code{1}..@code{53}), where Monday is the first day of the week. Used with '%x' +@item @code{%U} @tab Week (@code{00}..@code{53}), where Sunday is the first day of the week +@item @code{%u} @tab Week (@code{00}..@code{53}), where Monday is the first day of the week +@item @code{%V} @tab Week (@code{01}..@code{53}), where Sunday is the first day of the week. Used with '%X' +@item @code{%v} @tab Week (@code{01}..@code{53}), where Monday is the first day of the week. Used with '%x' @item @code{%%} @tab A literal @samp{%}. @end multitable