Differences
This shows you the differences between the selected revisions of the page.
2009-11-03 | 2009-11-03 | ||
no summary (195.234.134.115) (hidden) | Restored revision 1252745873. Undoing revision 1257247956. (martin) (hidden) | ||
Line 60: | Line 60: | ||
pad(date.getFullYear(), 4) + | pad(date.getFullYear(), 4) + | ||
pad(date.getMonth(), 2) + | pad(date.getMonth(), 2) + | ||
- | |||
pad(date.getDate(), 2) + | pad(date.getDate(), 2) + | ||
pad(date.getHours(), 2) + | pad(date.getHours(), 2) + |