mmm, Iâm new in Glide and Iâm trying to not âhackâ the css, html, to prevent future crashes. But that list of special column types are not reliable? I thought that since they were already available they were part of the core of the system.
Another thing, thats in the system column, not in the plugin âfomat dateâ
How can I change the date in the first row to: â11 marchâ in the admin panel?
If I type â11/3â it converts to â3 novemberâ, and if I type â3/11â stays in november tooâŚ
Iâm starting to get desperate, Iâve spent all afternoon just to get a tab to show me the events of a specific day. As you can not directly (rare) I finally discovered that there is a column that you can filter and extract the day. Then it turns out that it has a bug. And now I canât change a date from the database. My God
Glide uses the US format to work with dates (internally) but your APP uses your browserâs format date to show data.
If both formats are different and you want to manipulate date values manually in GDE (editor), use the Date picker component in order to have the right value in cell otherwise, you will face the troubles you are describing.
Just typing 11/3 is a little ambiguous. If you are manually typing in a date, I would at least type it in yyyy/mm/dd format, or just spell it out as November 3. Glide is remarkably good at converting text to dates. You can even type in â3 months from nowâ and it will give you the actual date 3 months from now.
Formatted dates will show differently based on whichever region/locale that the device is set to. That could be a setting in the OS and/or the browser. Are you sure that both the android and the iOS devices are set to the same region/locale?
When you say that the computed column doesnât show sometimes, which type of column are you referring to specifically?