cftime(4) CLIX cftime(4)
NAME
cftime - Language-specific strings file
DESCRIPTION
The programmer can create one displayable file per language. These files
must be kept in a special directory, /lib/cftime. If this directory does
not exist, the programmer should create it. The contents of these files
are as follows:
⊕ Abbreviated month names (in order).
⊕ Month names (in order).
⊕ Abbreviated weekday names (in order).
⊕ Weekday names (in order).
⊕ Default strings that specify formats for local time (%x) and local date
(%X).
⊕ Default format for cftime, if the argument for cftime is zero or null.
⊕ A.M. (ante meridian) string.
⊕ P.M. (post meridian) string.
Each string is on a line by itself. All white space is significant. The
order of the strings in the above list is the same order in which the
strings appear in the file shown below.
EXAMPLE
The following example shows the contents of the /lib/cftime/usa_english
file:
Jan
Dec
January
December
Sun
Sat
Sunday
Saturday
%H:%M:%S
%m/%d/%y
%a %b %d %T %Z %Y
AM
PM
2/94 - Intergraph Corporation 1
cftime(4) CLIX cftime(4)
FILES
/lib/cftime Directory containing language-specific displayable files.
RELATED INFORMATION
Functions: ctime(3)
2 Intergraph Corporation - 2/94