Google Apps Script で日付を扱う(2)

今回は、gasで日付をフォーマットする方法について書いていきます。
使うのはUtilities.formatDate()というメソッドです。このメソッドを使うことで、さまざまな書式で日付や時刻を表現することが可能になります。

参考:https://developers.google.com/apps-script/reference/utilities/utilities