User:Ohconfucius/test/MOSNUM dates code.js: Difference between revisions

Content deleted Content added
rem space
Tag: Reverted
tweak: should be mdy
Tag: Reverted
Line 483:
//ISO dates within single citation
// ohc_regex(/(\|\s*(?:publication|archive|access|air|designation\d?_|)-?date\s*=\s*)@YYYY[-–]@MM[-–]@DD(?=\W\D)/gi, "$1@Month @Day, @YYYY");
ohc_regex(/(\|\s*(?:publication|)-?date\s*=\s*)@YYYY[-–]@MM[-–]@DD(?=\W\D)/gi, "$1@DayMonth @MonthDay, @YYYY");
}