Live data from Hacker News

Pickadate.js

github.com

21–30 of 130 posts

Re: Pickadate.js

#21
Would be great if you make an option to be able to pick two dates (intervals) just like in Google Analytics.

Re: Pickadate.js

#24

https://github.com/amsul/pickadate.js/blob/gh-pages/pickadat... the code is a giant var statement. I don't know why, but somehow that bothers me.

The lack of semicolons and the use of jshint bothers me.

Re: Pickadate.js

#25
I like this, but as others have mentioned keyboard input/editing of dates would be nice.

While we're on the subject of date pickers, is there a favorite among HN users? What have you all used for your web apps?

Re: Pickadate.js

#27
Some more missing stuff: does not allow to block specific days or weekdays (e.g. sundays) that should not be picked. Also time ranges (hover over a days and the next x days get highlighted) would be nice.

Re: Pickadate.js

#29
post #24

https://github.com/amsul/pickadate.js/blob/gh-pages/pickadat... the code is a giant var statement. I don't know why, but somehow that bothers me.

The lack of semicolons and the use of jshint bothers me.

The fact that the code is very neat and is well documented bothers me.

Also the fact that javascript is a lot more readable when you put a blank line between every two lines bothers me (a lot!).

And that it works perfectly and looks great, man that bothers me.

Post reply on HN