No love from custom date formatting
-
I’m trying to style month & day differently. I set date to “custom” (or “Custom php” – neither method works any differently for me), then on the post code tried:
==================================================
[title]<p>
<div>[start-date format=”D”]</div> <div>[start-date format=”d”]</div>
<span class=”day”>[start-custom=”F”]</span>
<span class=”month”>[start-custom=”j”]</span>
<span class=”year”>[start-custom=”Y”]</span>==================================================
since old documentation suggest that [start-custom=””] should work and the new documentation suggests that [start-date format=””] should work.
But the format ignores me no matter what I do.
Test page is here.
What am I doing wrong?
Thank you for your assistance.
- The topic ‘No love from custom date formatting’ is closed to new replies.