Date range filter for data – CFDB
-
Hi Michael,
Before asking for any support I wanted to thank you for your efforts you put in creating this plugin. It’s by far the most useful plugin I came across so far!
If you get a chance, could you please help me get a date range filter working? What I’m trying to do is grab values entered from two input fields: Start Date and End Date and then insert them into submit_time filter. This is what I have so far, but it’s not grabbing the values the same it does for other columns:
Start Date: <input name="start" type="text"/> End Date: <input name="end" type="text"/> [cfdb-datatable form="Schedule Tracker" filter="submit_time>~~/.*$_POST(start).*/i&&submit_time<~~/.*$_POST(end).*/i"]
I really appreciate if you could help me with this.
Thanks,
Emir
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Date range filter for data – CFDB’ is closed to new replies.