Content deleted Content added
Ohconfucius (talk | contribs) Undid revision 1093757090 by Ohconfucius (talk) |
Ohconfucius (talk | contribs) re-enabling regexes which convert ymd to dmy or mdy throughout (within citation templates) |
||
Line 477:
{
//ISO dates within single citation
ohc_regex(/(\|\s*(?:publication|)-?date\s*=\s*)@YYYY[-–]@MM[-–]@DD(?=\W\D)/gi, "$1@Day @Month @YYYY");
}
Line 484:
{
//ISO dates within single citation
ohc_regex(/(\|\s*(?:publication|)-?date\s*=\s*)@YYYY[-–]@MM[-–]@DD(?=\W\D)/gi, "$1@Month @Day, @YYYY");
}
|