Displaying text interspersed within custom date format
-
I would like to display a date as follows:
<span>June</span> <span>25</span> <span>Tuesday</span>I tried using a Date Format Type > Custom format > Date Format for Display escaping characters as in the PHP date manual with no luck, the escape characters were stripped out.
https://www.php.net/manual/en/function.date.php
Is there any way to display
F j lwith interspersed text?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Displaying text interspersed within custom date format’ is closed to new replies.