Stylish current date
-
I want to get the current date and actually I use
<?php echo date_i18n('j F Y', time()); ?>
with a class:<span class="current-date"><?php echo date_i18n('j F Y', time()); ?></span>
The thing is I want to show it with a background marker and the day bigger than the month. Any idea on how to style it?
Kind Regards,
Yolanda.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Stylish current date’ is closed to new replies.