Hi All,
I have a isue with displaying the date in dutch on my site. Currently the date is displayed in engelish i want it in dutch. (i know it's possible)
This is the code that is displaying the date in my header:
<div class="today">
<span class="day"><?php echo date('j '); ?></span><br />
<span class="mony"><?php echo date(' F , Y '); ?></span><br />
<span class="dname"><?php echo date(' l '); ?></span>
</div>
I hope someone could help me out with this.