Lines Matching refs:date
7 * File date.c
11 * Date Name Description
46 static void date(const UChar *tz, UDateFormatStyle style, char *format, UErrorCode *status);
49 /* The version of date */
82 /* display date in gmt */
86 /* display date in gmt */
90 /* display date in long format */
94 /* display date in medium format */
98 /* display date in short format */
119 /* done with options, display date */
137 /* print the date */
138 date(tz, style, format, &status);
151 puts(" -v, --version Print the version number of date and exit.");
152 puts(" -u, --gmt Display the date in Greenwich Mean Time.");
190 /* Format the date */
192 date(const UChar *tz,
216 /* print the date string */