User:Ohconfucius/script/MOSNUM dates.js: Difference between revisions

Content deleted Content added
Created page with 'function fix_common_errors() { var txt=document.editform.wpTextbox1; // capitalise month names txt.value=txt.value.replace(/(\s)jan(|uary|\.)(\s)/g, '$1Jan$2$3')...'
 
No edit summary
Line 1:
// This script aligns dates into one of two formats allowed by [[WP:MOSNUM]].
// PLEASE READ THE DOCUMENTATION at [[User:Ohconfucius/MOSNUM dates]] (click on the link above) before using.
 
// Feedback and constructive criticism are welcome... however, please don't tell me something I know already
 
function fix_common_errors() {
var txt=document.editform.wpTextbox1;