Time Filter Support Similar to Date Filter

Answered
Soundaryan S asked on February 19, 2026

Hello Flexmonster Support Team,

I am currently using Flexmonster Pivot Table in my web application.

I noticed that Flexmonster provides a default Date filter (with calendar picker), but there is no default Time filter (HH:mm) available.

My requirement:

I need a Time filter similar to the Date filter popup(Not datetime filter only time filter), where users can select or filter data based on time values.

Example:
Date filter available → Yes
Time filter available → Not available

I would like to know:

  1. Does Flexmonster support Time filtering with a Time picker UI?

  2. If not, is there any recommended approach to implement a Time filter?

  3. Are there any built-in configurations or custom filter options available for time fields?

Flexmonster Version : 2.9.42
Framework              : JavaScript
Data source             : JSON

I have attached a screenshot for reference.

Please guide me on the best approach.

The below attached images was Date filter. Need only Time filter similar to this image.

Thank you,
Soundaryan S

3 answers

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster February 20, 2026

Hello Soundaryan,

Thank you for contacting us.

Currently, Flexmonster only provides a time filter with separate day, hour, minute, and second inputs on the UI. Implementing the time picker option would require creating your custom filter control. To implement your own filter, you can use the following events and API calls:

  1. filterclose
  2. filteropen
  3. setFilter

Also, you can check the following example of creating a custom member filter control: https://jsfiddle.net/flexmonster/z280kf5s/. Please note that this example is not a ready-to-use solution for your specific case. It only illustrates the general approach to implementing a custom filter. In your use case, you would need to integrate a time picker inside the custom filter control.

Please let us know if other questions arise.

Kind regards,
Nadia

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster March 11, 2026

Hello Soundaryan,

Hope you are having a great week.

We were wondering if you had a chance to check the suggested approach. Please let us know if it works for you.

Looking forward to hearing from you.

Kind regards,
Nadia

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster April 15, 2026

Hi Soundaryan,

Hope you are doing well.

Just checking in to ask if you had a chance to check the suggested solution. Could you please confirm if it works for you?

Looking forward to hearing your feedback.

Kind regards,
Nadia

Please sign in or register to submit your answer