Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ミリ秒を表示できるように、Google Visualization API の dateFormat 指定子を教えてください。
前もって感謝します!
JavaScript で Date インスタンスのミリ秒を設定するには、setMilliseconds() メソッドを使用します。
x = new Date(2009, 7, 6, 20, 10, 10); x.setMilliseconds(10);
ただし、Google Annotated Timeline はミリ秒単位で値を表示すると思います。