@rajeshwarpatlolla Great work!
Is there any chance to make the week start on a monday in the calendar? Is this functionality maybe planned for the future?
Thank you
@rajeshwarpatlolla any possibility to display the datepicker as $ionicModal instead of $ionicPopup ?
@gigocabrera, As of now, i didn’t implemented such feature. Even both serves the similar purpose.
Hi All,
I have implemented a new feature into this component. This features enables you to disable the past/previous dates.
You can install new version#v0.2.0 by bower install ionic-datepicker --save-dev
You can try bower cache clean before installing this new version.
For instructions please check
https://github.com/rajeshwarpatlolla/ionic-datepicker or My post in ionic forum
Hi @rajeshwarpatlolla, is it possible to select date ranges?
As of now there is no such functionality. But i got similar suggestions from few people. So you can expect such functionality in the upcoming releases.
Is there a way to disable weekends?
You can write some custom validation for that, but as of now this component doesn’t have a feature to disable weekends.
Hi Guys, I released a new version of ionic-datepicker(v0.6.0)
. With a bug fix of selected date color. And a new feature to show Monday as the first day of the week. Please use this new version to have this feature.
Hi @rajeshwarpatlolla, is there any possibilty to ‘skip’ the popup dialog? I just want to show the datepicker beneath a regular option picker, as the user experience of that extra click is redundant and annoying in the app I’m making… But I can’t seem to figure out which setting to tweak to just make a regular presentation.
Thank you for the great and easy installation and guides in Git!
Hi @fallesen, for now there is no such functionality. It will show only in the popup window.
Thanks for the very quick reply @rajeshwarpatlolla! Sad to hear it though, but I’ll discuss with the team what to prefer. It looks really great in all other aspects
You can do one thing @fallesen.
Use the code from my repository and instead of using it in a modal you can use in the same page as you wish. You only need to change little bit of code.
Instead of making your own component, you can just use my code with minimum changes, which will save your time and efforts. This is just a suggestion from my end. If you have some thing as your opinion, you can go with that.
Arh cool! Thanks! I’m very new to the Ionic world, so I did try looking if that was possible, I think I’ll read a bit more on the subject, as we possibly want to add some colourcodes to dates with people signed up. Thank you so much for your help @rajeshwarpatlolla !
Thanks for your beautiful widget.
I’ve a little problem.
The widget renders correctly but the close and set buttons do not work, only the today button work. Do you have any idea why this is happening?
Thanks
Could you please cross check with the details mentioned at the github repo
Thanks for the quick reply.
Yes, I checked it. all looks alright. The thing is that, the pop up display is working, it’s rendering ok, I can see/browse previous or future dates, and Today button works, set button works as well but it does not close the popup window after setting the date. the window just stays there unless I click the today button. not sure why.
Could you please check your console and whether you are getting any errors or not?
no errors. just console messages.
click on close -> console: Date not selected
click on set -> console: Selected date is : Tue Aug 18 2015 00:00:00 GMT+1000 (AEST)
If you check this link, its working fine there. The same latest version i am using there. Could you please try to get the latest version of this component?