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?