KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Get label from DateRagePicker #2335

Closed George opened this topic on on Sep 13, 2021 - 1 comments

George commented on Sep 13, 2021

Hi,

How can I get the value of the label of the DateRangePicker using javascript/jquery? For example I have a date range picker with Today, Yesterday, Last 7 Days, Last 30 Days, This Month, Last Month. I want to be able to grab the value "Last Month", instead of the actual date.

Thank you.

KoolReport commented on Sep 13, 2021

It seems not possible to get as we did not expect that anyone needs this. However, there is trick. As you know that we can get the range values, the start date and end date. Also you can get the model range value from DateRangePicker::today() or DateRangePicker::lastMonth(). You compare the received value and those model values. you can know which was selected by user.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Inputs