How can I set null date to a datepicker?
Hi everyone!
I have a datepicker component which is filled with values from database but in some cases the value that comes from the DB is null. When a null value is retrieved the datepicker set its value to '1/1/1970'. How can I clear this and sets a null value to the datepicker?
Thank you in advance!