View Single Post
Old 24 Feb 2011, 12:42 AM   #4
neoforum
Junior Member
 
Join Date: Feb 2011
Posts: 24
Thanks for these responses! I'll see if I can get the tweaks to work. My initial attempt based on the wiki page, putting the following in custom-ui/js/tweaks.js:

$$('#mailbox .contentTable td.date span').each(function (s) {
var d = new Date(s.get('epoch')*1000);
s.innerHTML = s.innerHTML + " " + d.getHours() + ":" + d.getMinutes();
});

didn't seem to do anything. Unfortunately, I don't know much about CSS or JS myself, though I am a programmer and I have a general sense of what they're for. Maybe it's time to start learning them.
neoforum is offline   Reply With Quote