changing date format

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
icepack
Posts: 70
Joined: Mon Oct 15, 2007 1:38 pm

changing date format

Post by icepack »

currently it's in the form 07/May/2008
can it be changed to 07/May? i.e. no year
thanks
[b][color=red][url=http://ilumu.com]UK Website Design Specialists - ILUMU.COM[/url][/color][/b]
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello icepack,

In MBoard version 1.30 find line 228

Code: Select all

$date=date ("d/M/Y");
and change it to

Code: Select all

$date=date ("d/M");
Greetings,
Henrie
icepack
Posts: 70
Joined: Mon Oct 15, 2007 1:38 pm

Post by icepack »

hi henrie,
thanks!
[b][color=red][url=http://ilumu.com]UK Website Design Specialists - ILUMU.COM[/url][/color][/b]
Locked