diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-22 03:19:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-22 03:19:14 +0000 |
commit | c264e159a48284705904017837124b4e5c7309a6 (patch) | |
tree | 3d1ed5a56f5c1fe639f79ec7dd026055146d504a /src | |
parent | a5a67731dac295d6d2a33cc429aa7bc330b8ece9 (diff) | |
download | coreutils-c264e159a48284705904017837124b4e5c7309a6.tar.xz |
(usage): Describe new %V format.
Diffstat (limited to 'src')
-rw-r--r-- | src/date.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/date.c b/src/date.c index 99309606c..feb3e6a7f 100644 --- a/src/date.c +++ b/src/date.c @@ -405,6 +405,7 @@ specifies Coordinated Universal Time. Interpreted sequences are:\n\ %%t a horizontal tab\n\ %%T time, 24-hour (hh:mm:ss)\n\ %%U week number of year with Sunday as first day of week (00..53)\n\ + %%V week number of year with Monday as first day of week (01..52)\n\ %%w day of week (0..6); 0 represents Sunday\n\ %%W week number of year with Monday as first day of week (00..53)\n\ %%x locale's date representation (mm/dd/yy)\n\ |