Re: [protobuf] Change Timestamp Format

2018-08-19 Thread Marc Gravell
It is a little unclear what you mean, since the javascript Date constructor itself takes the year first, but that is nothing to do with protobuf or JSON, and nothing to do with the format. If you mean the JSON, then: In the JSON format, timestamp is always RFC 3339. In the binary format,

[protobuf] Change Timestamp Format

2018-08-18 Thread Eduardo Demar
Hi, I just need change default format of timestamp to dd/mm/ I am using this code, on https://script.google.com: input = { "timestamp": new Date(DD/MM/) }; I really appreciate this help! -- You received this message because you are subscribed to the Google Groups