Logan Wells
Posts: 0
Joined: Sat Oct 11, 2014 12:37 am

How to reformat the date registered to the DB?

Currently, when an input is registered to the db, it registers it in the 'CreatedAt' column like this:
2015-09-28 02:00:12.662

How can we reformat it so it just says day/mon/year?

It is so we can list it without all of the added info.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to reformat the date registered to the DB?

Hi Logan -

Database 'CreatedAt' field format cannot be modified unfortunately.

Logan Wells
Posts: 0
Joined: Sat Oct 11, 2014 12:37 am

How to reformat the date registered to the DB?

Is there any java I can do to change the formatting of the date?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to reformat the date registered to the DB?

Yes, you can add any JavaScript for modification using mapping and add JS.
Here is more information about mapping: https://devcenter.appery.io/documenta...

Return to “Issues”