mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
260 stars 182 forks source link

Abandoned? #146

Open kemallette opened 9 years ago

kemallette commented 9 years ago

This would work great on a current project, but the open issues are keeping from using it. Is this project abandoned? I hope not. It would be a damn shame when it looks like it just needs a few bugs worked out to be stable. That all aside, thanks for contributing this repo to the larger js/jquery ecosystem. Having a plethora of options and repos for just about everything imaginable is one of the best things about js/jquery and you're a part of that. :)

mugifly commented 9 years ago

Hi kemallette. Thanks for your comment.

I have not abandoned this. But I'm sorry. Because my core business was busy, and focusing recently to other projects. I'm going to merge given Pull Requests as much as possible from now. I'm sorry to become slow.

However, I can not fixing all issues by alone. Can anybody help this library? Thankyou all :)

jasondavis commented 9 years ago

If I decide to use in my project, I will start submitting more pull requests, 1 small change I want to add is a debug variable to make it only output console debug message when debugging is turned on.

I just added the onSelect callback. I plan to upgrade that as well to make it work with date and time as right now it is for Date Selection only! Also maybe I will add an example for saving selected value using AJAX post by using that new callback.

I currently have Zebra Datepicker library working perfectly in my project, however the main feature I like about this library is the built in support to inti-on-demand.

I have a page that lists anywhere from 1 to 500 Task items which all have there own Due Date field with a DatePicker attached. Right now I would have to load all of them on page load but with your library I should be able to use the init-on-demand feature to build and destroy them on each task record on an as needed basis which will help performance in my app a lot!

There is just 1 feature holding me back right now...that is when you have a date selected and you navigate the DatePicker calendar by clicking back or forward to a different month view, it currently changes the month and has the DAY selected for each month. So if I have January 10th selected, as soon as I hit the next month view, it shows February 10th selected! This is not good behavior as it should only change my selected date when I actually click a new Day date value!

I have not had time to dig in yet but if anyone else can fix this 1 issue I would be very thankful and happy to use this library which will result in me submitting many updates in the future as it will benefit me too then.

jasondavis commented 9 years ago

I wil try to post issues I am working on here https://waffle.io/jasondavis/jquery-simple-datetimepicker

I'm open to other feature requests

royzrj commented 8 years ago

@jasondavis I believe the changing-month-selects-day issue is fixed now, give it a shot, if you want