Im using the daterangepicker plugin from the followinng link: http://www.filamentgroup.com/lab/date_range_picker_using_jquery_ui_16_and_jquery_ui_css_framework/
It is working fine within itself but i want to incorporate this within datatables plugin to filter the records by a single date or a range.
I have a date column in datatables which is in the same dateformat as daterangepicker (each record only has a single date).
Does anybody have any ideas of integrating this? Any help/advice would be fantastic, thanks in advance.