Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function reverseDate(d) {return d.split(' ')[0].split('/').reverse().join('/')}
- $('.post.reply >* .posttime').each(function(i,e){e.innerText = reverseDate(e.innerText)})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement