Image 1: The locale in my google spreadsheet settings is set to UK Image 2: The date in the speadsheet columns formatted for date in UK format Image 3: The date in the app are not in UK format Image 4: App is set for UK
Make certain that your browser or device is set to use your locale. For example, in the United Kingdom select the UK locale. In Thailand select the Thai locale. The browser or device setting completely determines how data values are displayed within the AppSheet app running on your browser or device.
For more information see help.appsheet.com - Locale Support in AppSheet
I have a column titled Start Date and this is displayed e.g. 8th April 2018.
In the app I have created a virtual column and concatenated the Start Date column with a second virtual column (with formula =SWITCH(WEEKDAY([Start Date]),1,“Sun”, 2,“Mon”,3,“Tue”,4,“Wed”,5,“Thu”,6,“Fri”,“Sat”)) and the field type set to text expeciting it to display as Sunday 8th April 2018 but it shows as Sunday 04/08/2018.
Is there a way around this to get it displayed as I want?
Your account id: 521238 2. The app name: Arriva Duties 3. The table name: Rostas 4. The field name: Day/Date (the concatenated virtual column) 5. The exact steps to reproduce: I use a form to enter the data and sync the app.
@Simon_Blackburn Is it not possible to format the Start Date to include the day in the spreadsheet itself (i.e. Custom format ddd" “d” “mmm” "yyyy) so that you don’t need to contatenate the day name?