User:Anomie/lastmod.js: Difference between revisions

Content deleted Content added
crap, fix that
put config on talk
Line 5:
* (Please keep the comment so I can see how many people use this).
*/
 
// See talk for configuration instructions
 
importStylesheet('User:Anomie/lastmod.css');
 
/// Configuration:
 
// Recognized values are "dmy" or "mdy"; anything else results in YYYY-MM-DD
// format output.
if(typeof(window.LastModDateFormat)=='undefined') LastModDateFormat="dmy";
 
if(typeof(window.LastModRelative)=='undefined') LastModRelative=false;
 
if(typeof(window.LastModUseUTC)=='undefined') LastModUseUTC=false;
 
if(typeof(window.LastModMonths)=='undefined') LastModMonths=['January','February','March','April','May','June','July','August','September','October','November','December'];