miqe / ken.js

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

Initialization without any parameter #21

Open miqe opened 7 years ago

miqe commented 7 years ago

currently var today = ken(new Date()) but var today = ken() throws an error! but that should be treated as the same as var today = ken(new Date())