Set Time in a DATE PICKER

Hello to all. In my dashboard I am using two data pickers to select a date range that is used to extract data from a database. The problem I have is that I need the first date to be set to time 00:00:00 (at the start of the day) and the end time to be set to 23:59:59 (at the end of the day), to make sure that all the data between those dates is collected. I noticed this problem because selecting both the same date (for example February 28th in both) does not show me any data. I look forward to your help and thank you in advance.

The date picker gives the timestamp at 00:00 on that day so you could add 86 399 000 microseconds to your end date to get 23:59:59.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.