Mercurial > hg > xemacs-beta
comparison src/editfns.c @ 420:41dbb7a9d5f2 r21-2-18
Import from CVS: tag r21-2-18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:24:09 +0200 |
parents | 697ef44129c6 |
children | 11054d720c21 |
comparison
equal
deleted
inserted
replaced
419:66615b78f1a5 | 420:41dbb7a9d5f2 |
---|---|
1038 %M is replaced by the minute (00-59). | 1038 %M is replaced by the minute (00-59). |
1039 %n is a synonym for "\\n". | 1039 %n is a synonym for "\\n". |
1040 %p is replaced by AM or PM, as appropriate. | 1040 %p is replaced by AM or PM, as appropriate. |
1041 %r is a synonym for "%I:%M:%S %p". | 1041 %r is a synonym for "%I:%M:%S %p". |
1042 %R is a synonym for "%H:%M". | 1042 %R is a synonym for "%H:%M". |
1043 %s is replaced by the time in seconds since 00:00:00, Jan 1, 1970 (a | |
1044 nonstandard extension) | |
1043 %S is replaced by the second (00-60). | 1045 %S is replaced by the second (00-60). |
1044 %t is a synonym for "\\t". | 1046 %t is a synonym for "\\t". |
1045 %T is a synonym for "%H:%M:%S". | 1047 %T is a synonym for "%H:%M:%S". |
1046 %U is replaced by the week of the year (00-53), first day of week is Sunday. | 1048 %U is replaced by the week of the year (00-53), first day of week is Sunday. |
1047 %w is replaced by the day of week (0-6), Sunday is day 0. | 1049 %w is replaced by the day of week (0-6), Sunday is day 0. |