Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

Click support on range selection? #59

Open stevenbrown-85 opened 7 years ago

stevenbrown-85 commented 7 years ago

Hi,

Just wondering if there is click functionality on date range selection? i.e. clicking on first and last dates of the range selection rather than click an drag over dates

Thanks

dxbrich commented 7 years ago

I'd like this one too. Think I'll have a go at this over the weekend and will update here if I have any luck. Would be nice to have the same function as the date range picker by @dangrossman :

https://github.com/dangrossman/bootstrap-daterangepicker

dxbrich commented 7 years ago

Hey @flash506

I have actually got somewhere with this......in a very basic way.

The requirement I had was to display the selected range and place them in 2 input fields. On the click of a 3rd date it chooses the range again.

Trying to work out how to show the start date, range and end date at the moment.

Is this of interest to you still?

stevenbrown-85 commented 7 years ago

Hi @dxbrich

Yeah still of interest to me :)

Thanks

dxbrich commented 7 years ago

Hi @flash506

Right. Here is my basic offering.

http://codepen.io/dxbrich/pen/MbYwZp

It doesn't highlight the chosen dates (yet) and you can choose an end date earlier than the start date at the moment. Work in progress ;)

cesarureno commented 6 years ago

Hi @dxbrich you finished this snippet with highlight?