Quote:
Originally Posted by expeditionman
Nice little feature, installed.
Hope you don't mind but I edited the .js file to change the way the date is displayed.
Find this section of the file:
Code:
.getDay()]+' '+tS().getDate()+dE(tS().getDate())+' '+mN[tS().getMonth()]+' '+y4(tS().getYear())+','+' '+tH(tS().getHours())+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())+' '+aP(tS().getHours())";
Change it to this:
Code:
.getDay()]+' '+mN[tS().getMonth()]+' '+tS().getDate()+dE(tS().getDate())+' '+y4(tS().getYear())+'
It will now show up like this:
|
Well, europeans (me) like dates displayed like that