1
Bug Report / Bugs in format for dates with times in a tree
« on: May 03, 2025, 10:20:13 pm »
I spotted two bugs, but only if pqGrid is a treeModel
In one of the demos on the pqGrid v10 demo page I set "format" and/or "fmtDateFilter"
- "mm/dd/yyyy" does not work, I have to use "mm//dd/yyyy" (notice the double "//" to get a single one to show)
- "mm//dd/yyy hh:mm" does not work as documented, it shows the month instead of the minutes.
In one of the demos on the pqGrid v10 demo page I set "format" and/or "fmtDateFilter"