Closed m3hari closed 7 years ago
toString formatting has a bug, it outputs "010" for the number "10"
here is a snippet to reproduce.
new ken("2009/07/01").toGC().toString() "2016-03-010"
fixed with #15
toString formatting has a bug, it outputs "010" for the number "10"
here is a snippet to reproduce.