pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-05-25
2013-05-25 23:46:52 by Martin Nilsson <nilsson@opera.com>
ae43560bc96cbd025795be2ead0a2ac3c6d88ff0 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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.