currently it's in the form 07/May/2008
can it be changed to 07/May? i.e. no year
thanks
changing date format
changing date format
[b][color=red][url=http://ilumu.com]UK Website Design Specialists - ILUMU.COM[/url][/color][/b]
Hello icepack,
In MBoard version 1.30 find line 228 and change it to
Greetings,
Henrie
In MBoard version 1.30 find line 228
Code: Select all
$date=date ("d/M/Y");
Code: Select all
$date=date ("d/M");
Henrie