phpreport icon indicating copy to clipboard operation
phpreport copied to clipboard

Sorting column is by number not date

Open gpoo opened this issue 5 years ago • 0 comments

Example, in Report user tasks, one can sort the output table by date (asc), and the output could become something like:

  • 02/01/2020
  • 16/10/2019
  • 30/12/2019

The expected output is:

  • 16/10/2019
  • 30/12/2019
  • 02/01/2020

gpoo avatar Jan 08 '20 03:01 gpoo