miqe / ken.js

Ethiopian Date converter that works for the browser and node.js
7 stars 1 forks source link

toString formatting bug #14

Closed m3hari closed 7 years ago

m3hari commented 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"
miqe commented 7 years ago

fixed with #15