クラス -> Utilities -> Utilities -> formatDate(日付フォーマット)

Posted by muchag | Google Apps Script |
初回投稿:2015-03-05 (木) 18:19:43 | 最終更新:2015-03-05 (木) 18:19:43

日付フォーマットメソッド。

書式

formatDate(date, timeZone, format)

formatDate(date, timeZone, format)

引数1:Date オブジェクト
引数2:タイムゾーン。日本の場合は ‘Asia/Tokyo’
引数3:フォーマット
返り値:指定フォーマット文字列
 

[gas language=”js” firstline=”” highlight=””] var formattedDate = Utilities.formatDate(new Date(), “GMT”, “yyyy-MM-dd’T’HH:mm:ss’Z'”);
Logger.log(formattedDate);
[/gas]  

参考サイト

Qiita:GASの怖い話と対策となんか

Posted by muchag | Google Apps Script |
初回投稿:2015-03-05 (木) 18:19:43 | 最終更新:2015-03-05 (木) 18:19:43

コメントはまだありません »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment