Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active April 13, 2017 03:43
Show Gist options
  • Save kjunichi/8d535348b898ce2f5b44275dbd148e90 to your computer and use it in GitHub Desktop.
Save kjunichi/8d535348b898ce2f5b44275dbd148e90 to your computer and use it in GitHub Desktop.
2017/4/13

JavaScript

ISO8601

Google Calendar APIを動かす際に、日付時刻をISO8601形式に変換することで Bad Requestエラーを回避できた。

today.toISOString()

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment