Page 1 of 1

Editbox Date Type

Posted: Wed Jun 20, 2018 10:00 am
by ruel.lago22
Please, I desperately need anyone's help because I really can't find a way to disable past dates and 7 days after in the calendar. All I know is the code "minDate:0, maxDate:7" but I honestly do not know where to insert this in WWB. Please please help :cry: It has been days already and I can't work it out :cry:

Re: Editbox Date Type

Posted: Wed Jun 20, 2018 10:36 am
by BaconFries
The "minDate:0, maxDate:7" only works for jQuery date picker!. As you are using a Editbox with "Date" you need to use the full min/max date as such min="2018-05-21" max="2018-06-30" To insert this right click on the Editbox->Object HTML and insert in Inside tag*. Note I have only tried this locally on PC and not on mobile/cell. I am also going to be away from PC for most of the day so cannot assist you further. Note to coin a phrase you have used this may look 'ugly' in browsers but that is how it works but in mobile it will render different.

Re: Editbox Date Type

Posted: Thu Jun 28, 2018 2:06 pm
by ruel.lago22
Hi Bacon Fries.

Sorry for the super delayed reply. I was away for a few days. I just want to thank you because it worked and you save me big time :) It looks beautiful in mobile/cell. I have attached the screenshot. Again, thank you so much! I really appreciate it :oops:

Image

Re: Editbox Date Type

Posted: Thu Jun 28, 2018 2:36 pm
by BaconFries
Your welcome. You will or may noticed that it displays different in Edge, Firefox etc, this is browser related as each has its own way to render the calendar.