Module:Citation/CS1/Date validation: Difference between revisions

Content deleted Content added
Synch from sandbox;
embargo date bug fix;
Line 546:
local anchor_year; -- will return as nil if the date being tested is not |date=
local COinS_date; -- will return as nil if the date being tested is not |date=
local embargo_date = '9999'; -- if good dmy, mdy, ymd date then holds original value else 9999
local error_message = "";
local good_date = false;