Hi! im using:
<?php the_time('d')?></br />
<?php the_time('m')?>
to get the day of the post and month under the day.
But what i actually need isn't numbers of the month 1,2,3.. but jan, feb, mar.. etc is there a way to change the format on month?
Thank you