Fixed
Status Update
Comments
st...@gmail.com <st...@gmail.com> #2
Hello Seth,
Would you please provide a code sample and the input string for Utilities.formatDate?
Thanks,
Anton
Would you please provide a code sample and the input string for Utilities.formatDate?
Thanks,
Anton
le...@gmail.com <le...@gmail.com> #5
I appreciate the temporary workaround, but it's not feasible for me. I have this script distributed across my organization and most of the users are not technically savvy, nor are they going to be understanding of the idea that dates are not correctly supported in spreadsheets. No offense, but I'm already getting a lot of grief over this issue.
Can you give me some sort of idea of when this might be corrected?
Thank you.
Can you give me some sort of idea of when this might be corrected?
Thank you.
ne...@gmail.com <ne...@gmail.com> #6
Seth,
Unfortunately I can't give you an ETA yet, but I will try to get more info to you as soon as it is available.
Best,
Anton
Unfortunately I can't give you an ETA yet, but I will try to get more info to you as soon as it is available.
Best,
Anton
ne...@gmail.com <ne...@gmail.com> #8
Any updates?
Thank you.
Thank you.
ma...@gmail.com <ma...@gmail.com> #9
Here is a similar Javascript workaround I used. 'toopid Chrome!
var enteredDate = new Date(document.getElementById('date').value + " 12:00:00");
var enteredDate = new Date(document.getElementById('date').value + " 12:00:00");
Description