@Jonathan_S
This will produce 12hr format if that’s what you want. Do apologize for my misunderstanding. TEXT(DATETIME([Date]&" "&[Time]), “MM/DD/YYYY H:MM AM/PM”)
@Jonathan_S
I have made my changes and left a comment for you with creating another alternative method as well where I have explicity created Another_Option_For_DateTime sheet for that purpose. Check the sheet formula in [D1] and notice my comment there.
This will work, but i will continue working on this item once i get more of the larger stuff covered off. Really bugs me. I have other apps that use 24 hour DateTime Directly in the app just fine just by using Now() in the initial formula.
@Jonathan_S
As long as the format in your gSheet and the format in the app matches, there’s no problem. For the Date, Time and DateTime values, AppSheet generally uses 12hr format by-default. However it can be easily changed to reflect 24hr format with the TEXT() function.
As AppSheet parses sheet data via Sheet API, no matter what your in-app format is, the API respects the number/cell format of the sheet when parsing. Therefore it’s a major point to match the AppSheet column types/base types and formatting with the number/cell formatting of the gSheet as a best practice.