Title: DateBox: Disable dates Post by: rangaNadha on November 02, 2015, 02:49:30 AM Hi,
Is there any way to disable all the dates greater than current date in easy ui datebox. Thanks in advance. Title: Re: DateBox: Disable dates Post by: stworthy on November 02, 2015, 05:06:26 PM This example shows how to restrict date range in a datebox.
http://www.jeasyui.com/demo/main/index.php?plugin=DateBox&theme=default&dir=ltr&pitem=Restrict%20Date Title: Re: DateBox: Disable dates Post by: rangaNadha on November 18, 2015, 10:34:48 PM Thank you...
Title: Re: DateBox: Disable dates Post by: mzeddd on November 19, 2015, 04:47:55 AM This is what I have for this case:
Code: $('#version').datebox('calendar').calendar({ Title: Re: DateBox: Disable dates Post by: rangaNadha on November 26, 2015, 10:34:15 PM Hi stworthy/mzeddd,
I added code like that but it is able to take the other dates if user enters manually. Is there any why to restrict the date using easyUI or do we need to add the validation manually? Thanks Title: Re: DateBox: Disable dates Post by: rangaNadha on October 27, 2016, 07:15:53 AM Hi stworthy,
http://www.jeasyui.com/demo/main/index.php?plugin=DateBox&theme=default&dir=ltr&pitem=Restrict%20Date In the above link also if i add disable date and press tab, date is not changed to current date. It is only updating once we press enter. |