Content deleted Content added
Ohconfucius (talk | contribs) Undid revision 1297911869 by Ohconfucius (talk) |
Ohconfucius (talk | contribs) bug fix conversion of. some yyyy-mm-dd to mdy/dmy |
||
Line 354:
// long-hand palliative for observed failure to insert spaces
.ohc_regex(/(\|\s*(?:archive|access|air)-?date\s*=\s*)(?:on |)([0-2]?\d|30|31)\s*(January|February|March|April|May|June|July|August|September|October|November|December)\s*((?:19\d|20[0-1])\d\s?)[^|{}\s<>]*(?=\s*[|}])/gi, "$1$2 $3 $4")
// remove extraneous bracket //from Batty
Line 529 ⟶ 527:
editor
// ISO dates within single citation
}
Line 536 ⟶ 533:
editor
// ISO dates within single citation
}
|