• How could I escape characters to format:

    In PHP:
    date(‘l jS \o\f F Y h:i:s A’);

    Result:
    Monday 8th of August 2005 03:12:46 PM

    Format is not accepted by the plugin:
    [current_date format=’l jS \o\f F Y h:i:s A’]

    My purpose is to add some words \t\h\e, \o\f

  • The topic ‘How to escape characrters’ is closed to new replies.