Closed negator closed 7 years ago
I think ideally we'd want to add an extra format/parse rule to explicitly support D
, as well as the DD
that is currently there.
Make sense. I've updated the code to add support for D
, trying to stay consistent with moment.js semantics. https://github.com/moment/moment/issues/2554#issuecomment-130468428
Thanks, and those parsing semantics make sense 👍
It would be nice to be able to allow single digit dates such as
Jan 1
, rather thanJan 01
. This PR is a very simple change to allow this.