I have tried this, but it doesn't work
Code: Select all
<?php $mnth = the_time('M');
if ($mnth = 'Mar') $imnth = 'Mrt';
if ($mnth = 'May') $imnth = 'Mei';
if ($mnth = 'Oct') $imnth = 'Okt';
?>
<p class="date">
<span class="month"><?php $imnth; ?></span>Can someone help me with this?
Thanks