First : i’m not shure i have understand how “date and time” component works. How is it initialized ? shoudl i do it ?
Second : should i use a specific date format ?
Thank’s Teodor, it seems that i use it on the rigth way.
What do i want to achieve ?
I have a bootstrap table with a list of records (travels which traveller name and travel date).
Each record have a date.
I want to filter the table with all record with travel date greater or equal than FromDate (DU on the screenshot) and lower or equal than the ToDate (AU on the screenshot).
the two dates fields remains empty or with jj/mm/aaa when i initialize the date.
On the screenshot you can see DU (from) field which is a date picker and the AU (to) field which is a simple date input. In both case i do not achieve to have the current date in it.
You should not have to set the datepicker to current date. It should be set to current date by default. Make sure your input is a text field NOT a date field.