How to disable datepicker ? SOLVED

rslyra 13 Dec, 2013
How to disable datepicker ?
In all my forms "Enable Time picker" and "Time picker ONLY" are false. Despite of these, the datepicker appears anyway.

I gave up to understand the date picker, so I just want to turn it off.


What else can I do?
GreyHead 13 Dec, 2013
Hi rslyra,

The time picker is the second part of the datepicker that allows you to set the time. Setting that off has no effect on the part for selecting the date.

To turn it off I'd replace the date-picker inputs with plain text inputs.

Bob
rslyra 13 Dec, 2013
Of course.

Sorry asking that. Date is date, time is time, of course.

As usual, thanks a lot.

By the way, to a future version, sometimes I need to know which kind of elements is each one. Some are very easy to identify, but a datepicker looks just like a text box. I hope I had explained that clear.


Again, thanks.
GreyHead 14 Dec, 2013
Hi rslyra,

The problem is that it is just a text input with some added JavaScript. You can style it differently with CSS, or add an image - see this FAQ

Bob
This topic is locked and no more replies can be posted.