Possible to output specific date elements?
-
Love the customization abilities of this plugin! I am using the custom HTML output. I would like to output the Date Month and Date Day in two separate spans, like so
<div class="blog_date_wrapper"> <div class="blog_date_wrapper_inner"> <div class="blog_month">{date}</div> <div class="blog_day">{date}</div> </div>
Is it possible to specific that format using the PHP date format?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Possible to output specific date elements?’ is closed to new replies.