Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
Currently the datetime template operator does not support the %S flag for ordinals, which under PHP would normally provide the two letter suffixes immediately after the preceding number. E.g. 1st, 2nd, 3rd, 4th and so on. |datetime('custom','%F %j%S, %Y') currently does not work as %S is not supported. I believe this is an important feature for date/time formatting and should be considered for inclusion in an upcoming release. Steps to Reproduce: |datetime('custom','%F %j%S, %Y') currently does not work as %S is not supported. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||