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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -