NOTE!
- Added v2.21.0, this parser will allow sorting & filtering a date range.
- While processing, the parser will rearrange the range so that it is always saved to the cache as "low - high" (note that the "8/12/2014 - 7/10/2014" row sorts correctly, eventhough the later date is first)
- This is almost exactly the same demo as Custom Filter Widget Search Type (example 2), but it was added to demonstrate the other supported date formats.
- Click on any of the buttons below to test it out.
Demo
Find:
(mm/dd/yyyy) column
(dd/mm/yyyy) column
(yyy/mm/dd) column
(mm/dd/yyyy) column
(dd/mm/yyyy) column
(yyy/mm/dd) column
Date range (mm/dd/yyyy - mm/dd/yyyy) | Date range (dd/mm/yyyy - dd/mm/yyyy) | Date range (yyyy/mm/dd - yyyy/mm/dd) |
---|---|---|
04/28/2014 - 07/18/2014 | 28/04/2014 - 18/07/2014 | 2014/04/28 - 2014/07/18 |
04/30/2014 - 05/21/2014 | 30/04/2014 - 21/05/2014 | 2014/04/30 - 2014/05/21 |
7/15/2014 | 15/7/2014 | 2014/7/15 |
07/12/2014 - 07/23/2014 | 12/07/2014 - 23/07/2014 | 2014/07/12 - 2014/07/23 |
05/20/2014 - 05/23/2014 | 20/05/2014 - 23/05/2014 | 2014/05/20 - 2014/05/23 |
8/12/2014 - 7/10/2014 | 12/8/2014 - 10/7/2014 | 2014/8/12 - 2014/7/10 |