matthewmueller / date

Date() for humans
http://matthewmueller.github.io/date/
1.48k stars 88 forks source link

"3.99" is interpreted as 4.39am #71

Open abh1kg opened 8 years ago

abh1kg commented 8 years ago

var date = require('date.js'); console.log(date('3.99'));

This gives the output Wed Jan 06 2016 04:39:00 GMT+0530 (India Standard Time)

Shouldn't such strings indicate invalid time? What do you think?