Reputation: 11
I have a script inputting dates in Date/Time format in my Google Sheet as a string as follows:
2021-08-17T22:42:00.000Z
I need to do some date calculations on this column and need the date in format YYYY-MM-DD without the Time information. Is there a way to convert the above string to date?
Thanks in advance for the help!!
Upvotes: 0
Views: 2375