Using values from date filter in exported excel file

Using values from date filter in exported excel file

nportnport Posts: 23Questions: 6Answers: 0
edited December 2021 in Free community support

I am using datatables to generate an excel file. The datatable uses the date range filter (https://datatables.net/extensions/datetime/examples/integration/datatables.html) to specify a date range, and I would like to display the values of the date range in my exported excel file.

I have tried to use the messageTop attribute to display these values in the exported excel file using $(#startDateInputId).val() and $(#endDateInputId).val() but in the excel file the values are null.

How do I properly access these date values from the date range filter and display them in the exported excel file?

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.