Note the difference in dates 1/9/00 (right) vs 1/8/00 (wrong)
Here’s how it looks in the bubble editor
Any idea what could cause two users to see two different values at the same time? More specifically, why would he see the correct date minus a day? There are at least 7 instances of this “off by a day” issue, and we haven’t dug too far in to see if there are more yet.
Right, if you use the current date, it’s being set in GMT on the server. A good way to protect this is to store it as a text because then you can do formatted as when you save the data, that way the date that is shown is the one that the user set on his machine.
Are there any plans to allow editing of fields within data types? Specifically, the ability to change a field type of an existing field (from date to text in this example) so I don’t need to re-import a bunch of data?
Hi @emmanuel, I created a new data type and saved all the date values as text values. Regarding your recommendation below:
A good way to protect this is to store it as a text because then you can do formatted as when you save the data, that way the date that is shown is the one that the user set on his machine.
I only see the option to format as US Phone or URL Encoded (a custom blockspring block).