Differences
This shows you the differences between the selected revisions of the page.
2009-09-12 | 2009-11-03 | ||
tabs to 4 spaces (martin) | no summary (195.234.134.115) (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) + |