ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

How can I select also Weekends day (Sat & Sun)? #11

Closed mickeychu closed 8 years ago

mickeychu commented 8 years ago

I saw on the demo that weekends always are disabled. Is there anyway I can select these days?

And the demo on plunker doesn't work. Please check it again.

Thank you!

allenhwkim commented 8 years ago

Thanks for trying this module.

It works for me. I can select weekends too. image

Is your environment different? e.g., Windows, IE11

mickeychu commented 8 years ago

thanks for your reply. I tried again on Chrome and it worked ok but when I tried it on FireFox, it looks like this:

screen shot 2016-08-23 at 17 23 08

allenhwkim commented 8 years ago

windows env?

allenhwkim commented 8 years ago

I have pushed 0.5.6 with FF update, please test. I have also tested with weekends, and it worked fine for me.

mickeychu commented 8 years ago

I'm using Mac OSX El captain.

thank you for your update. I would like to ask which version will work with Angular2 RC4? (I still use RC4 for my current project.)

allenhwkim commented 8 years ago

This tag should work with RC4 https://github.com/ng2-ui/ng2-datetime-picker/tree/0.4.0

mickeychu commented 8 years ago

Updated to RC5 and it's working properly now, thank you!!!