mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-03-21 02:56:20 +00:00
strftime %C change
SCCS-file: date.1 SCCS-SID: 2.14
This commit is contained in:
committed by
Paul Eggert
parent
84897f8636
commit
7cb1e64d95
4
date.1
4
date.1
@ -51,14 +51,14 @@ to be output in a particular way
|
||||
.nf
|
||||
.if t .in +.5i
|
||||
.if n .in +2
|
||||
.ta \w'%M\0\0'u +\w'Wed Mar 8 14:54:40 1989\\n\0\0'u
|
||||
.ta \w'%M\0\0'u +\w'Wed Mar 8 14:54:40 1989\0\0'u
|
||||
Sample output Explanation
|
||||
%a Wed Abbreviated weekday name
|
||||
%A Wednesday Full weekday name
|
||||
%b Mar Abbreviated month name
|
||||
%B March Full month name
|
||||
%c 03/08/89 14:54:40 Month/day/year Hour:minute:second
|
||||
%C Wed Mar 8 14:54:40 1989\\n a la \fIasctime\^\fP(3)
|
||||
%C Wed Mar 8 14:54:40 1989 a la \fIasctime\^\fP(3)
|
||||
%d 08 Day of month (always two digits)
|
||||
%D 03/08/89 Month/day/year (eight characters)
|
||||
%e 8 Day of month (leading zero blanked)
|
||||
|
||||
Reference in New Issue
Block a user