This topic is locked

ASPRunner- Zebra datepicker .. or another way of restricting date range in picker?

11/8/2023 6:22:11 AM
ASPRunner.NET General questions
D
david powell author

Hi,

I need to restrict the dates available in the datepicker - people on the forum have had success implementing the 'Zebra Datepicker jquery' into their projects.

Has anyone any experience of using it in asprunner - I am not sure how to start!

It offers very flexible date range restrictions, and a very user friendly popup calendar interface - https://stefangabos.github.io/Zebra_Datepicker/

Any guidance about whether its possible, and how to achieve it would be gratefully received.

DAvid

admin 11/8/2023

You can start by checking Date Control API available in ASPRunner.NET:
https://xlinesoft.com/asprunnernet/docs/setallowedinterval.htm

If you want to use a totally different date control, it is also possible. You will need to create an Edit plugin for this purpose. It will require a fairly decent amount of coding. We had two DevClub webinars dedicated to this topic.