Date difference in the screen, database vs RecordType

Hi,

When I try to add date using Today() ,value is saving into the database properly (Refer to the below attached screen shot)

Whereas when I try to load into the grid using RecordType, it was showing like below. Any advises on this please.

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Mike,

    Appian DateField with value as today() is showing as 5/5/2023.

    When I saved the same value in the database, it was saving in the db also the same. 5/5/2023. 

    Where as, then I try to retrieve using the RecordType and show in the grid, then only it was showing like 

    I don't not understand, appian today() function is giving 5/5/2023 and database is also storing same value, but when try to show the same field value in the grid, it was showing 5/4/2023.

    So, do I need convert date to required format ONLY while displaying or can I handle this through any setting at Appian end.

    Please advise.

    Thanks.

Children