node.js - How to write a date/time value? -


the date/time format tokens straightforward. however, how use them write date value cell using spreadsheets.values.append method?

(i coding in node.js.)

you can't. values apis writing values themselves, not formats. if want write formats, need use spreadsheets.batchupdate method, either updatecellsrequest, repeatcellrequest, or appendcellsrequest.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -