How to clear/erase the input value when using jquery datepicker and the input is readonly
I have an input that as soon as the value is chnaged it submits the value and is saved in our database, therefore we can only allow date format values, and the best tool is using datepicker with a readonly input. the only issue is that once a date is set it cannot be removed (in our case is ok to have empty dates).
Gijgo Datepicker Date with two digit Year converted to 20th Century
I am using Gijgo Datepicker in my website, my requirement is to show 2 digit year, and I changed the format to ‘dd/mmm/yy’ which is working fine, but when I select a date i.e. 1 Jan 1990 and reopen the calendar again it shows 2090. Please see the example and suggest.