Commit 04402d5a authored by Cyril Su's avatar Cyril Su Committed by cinwell.li

Fix: typo in date.js, assign "DD" to itself. (#2400)

parent a2876ab8
......@@ -195,7 +195,7 @@
}
}]
};
parseFlags.DD = parseFlags.DD;
parseFlags.DD = parseFlags.D;
parseFlags.dddd = parseFlags.ddd;
parseFlags.Do = parseFlags.dd = parseFlags.d;
parseFlags.mm = parseFlags.m;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment