expressionengine - Special Characters in Expression Engine Template Variables -
i'm not holding breath one, curious if had more elegant solution displaying date format %d %m, '%y
(13 may, '13) in single statement using expression engine's template variables.
my solution: {entry_date format="%d %m, "}'{entry_date format="%y"}
i'm wondering if there's way of escaping single quote... sharing $.02 if have them.
use html entity: {entry_date format="%d %m '%y"}
Comments
Post a Comment