how to sort date

Confluence User - 17 Sep, 2020

My datalist cannot sorting the date properly from the latest date.. 

How can I change the date format from string to date?

datalists;forms;sorting;date

3


17 Sep, 2020
confluenceUser
confluenceUser

Store your dates as "yyyy-MM-dd" and the date sorting in datalist will now work correctly (year first, month, and day, all in numeric values, for example, "2020-12-31").

18 Sep, 2020
confluenceUser
confluenceUser

If I have already entered all the data in the system, do I need to re-enter it again?

18 Sep, 2020
confluenceUser
confluenceUser

This is a database solution and out of the scope of Joget:

Use a database utility such as SQLyog Community (for MySQL DB) and SQL update query with  the SUBSTRING() function to swap positions of the dd or MM or yyyy in your existing DB table.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print