Date filter calendar

When a user enters a date on the date filter, I would like either an input mask or a date picker to appear. How do I do this?

Hi @stephen.kassay

Thank you for contacting us. Can you please share more details on your requirements? Preferably with a code demo.


When a user picks the filter from a date column, I would like a calendar picker to show up or at least an input mask that forces them to enter the date as YYYY-MM-DD. That is how I have it in my config. {
title: ‘Date’,
type: ‘date’,
data: ‘createdDate’,
dateFormat: ‘YYYY-MM-DD’,
correctFormat: true,
editor: true,
},
Users enter dates however they want, and they get no results back. i want to force them to enter it in the correct formate

Hi @stephen.kassay

Do you mean something like this? Handsontable example - JSFiddle - Code Playground

With this config the format will be automatically corrected from whatever input it gets.


i was thinking of something like this when you enter the date value to filter by,.