New Bug Encountered: DATE INVALID in change time stamp

Hi everyone, we have a problem in one of the apps, in change time stamp column it states date invalid but in google chrome it is ok we have the time stamp there, but the app cant read it, we have tried everything, and still states date invalid.

, but the v yccan not read it.

@ns_soft_studio1
The format in your gSheet shall be mm/dd/yyyy hh:mm:ss. Have you also checked the LOCALE setting of your table in the app?

1 Like

yes of course, we have checked that, and what is more interesting it reads new inputs ok, but rest of them all invalid.

ns_soft_studio1:

reads new inputs ok, but rest of them all invalid.

So data created by the ChanteTimestamp column is valid, but anything that was already there isn’t?

What happens when you go into a record created by the ChangeTimestampe, and manually change it (say off by a day or something easy to put back); is it still valid?

we will try that right now, and get back to you.
here is the new input and it reads it ok… that we mentioned earlier.

1 Like

we have tried and it reads it ok… it showed up in the app

sorry it didn’t show up that one we have changed was ok it was showing in the app already,
when we tried one that state date invalid it was still the same no mater how we have changed it.

Hmmm… curious. Perhaps just hit the whole column with a DateTime formatting in Gsheets again? Maybe the top half missed it.

2X_d_d4896ce2a99c4f391e9144f9d61238284c1f5d8a.gif

ns_soft_studio1ns soft studio

2m

still the same… some are there and a lot states date invalid same format and same rules, no coding attached, all of them was there two days a go, but now it just wont read it in the app.
thanks a lot by the way for trying to help we a are clueless crazy_face:

1 Like

2X_0_0db39c82c8e7295d009a2c3dd563245bae4725f9.gif

1 Like

My guess is the invalid values are actually text values, not datetime values, or vice versa.

1 Like

it is “change time stamp” column…

Sorry, I meant the values in the spreadsheet.

l the same
2X_1_1feb23b8fcaca89117728a8a6ad3475462487c18.gif

1 Like

Hmmm… You can check the data in the column by creating a new column and using an = formula to pull in the data; then format the new column to plain text to see what’s actually there.

If it’s a datetime, you should end up with a decimal number.

2X_8_8b51062101b6afeb3571d6dc28d02eb874d74726.gif

Check out what happens when I change a datetime cell to Plain text:

2X_3_36f0c84e9ae16363d8f433e6b3803e480c93a965.gif

1 Like

tried, some stays as time date format some converts into decimal numbers… ???

1 Like

Okay, Steve was right:

Steve:

invalid values are actually text values, not datetime values,

When you ran that check, the ones that stayed looking like a datetime are the ones with incorrect data. The reason you see the number when you do a check like I described, is because datetimes are stored in the spreadsheet as an actual decimal number (it’s something like, how long has it been since 1899 or something).

So when you change the data to text, it shows you the decimal that represents that datetime.
More here


You need to get all the data as actual datetimes.

Hmm… not sure the best/easiest way to do this. @Steve…

1 Like

is there a way to do it…

1 Like

If you click on one of these cells, in the formula bar do you see a little ’ ?

2X_0_00e4a09e8d649062220636734d072f6a8896222d.png