pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:28 by Martin Nilsson <nilsson@opera.com>
6f0587036665ae5d7d2e29f161d955e46bebebf6 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Doc fix
216:
*! %d The day of the month as a decimal number (range 01 to 31). *! *! %D Equivalent to %m/%d/%y. (for Americans only. Americans should note that in other countries %d/%m/%y is rather common. This means that in international context this format is ambiguous and should not be used.)
-
+
*!
*! %e Like %d, the day of the month as a decimal number, but a leading zero is replaced by a space. *! *! %E Modifier: use alternative format, see below.