Category:Developers: Difference between revisions

Jump to navigation Jump to search
Line 78: Line 78:
window.onload = function() {
window.onload = function() {
$("[id^='ptdate']").text(function(i, t) {
$("[id^='ptdate']").text(function(i, t) {
  return t.split(' ').reverse().join(' ');
return t.split(' ').reverse().join(' ');
})
})
};
};