3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

日付フォーマット文字列チートシート

3
Posted at

DateクラスやTimeクラスのstrftimeメソッドの引数で指定するフォーマットを自分用にメモ。
サンプルとして使用する日付は「2014年12月22日(月) 12:34:56 JST」とします。

フォーマット文字列 結果 主な用途や使用例
%Y-%m-%d %H:%M:%S 2014-12-22 12:34:56 MySQLのdatetime
%Y-%m-%dT%H:%M:%S%z 2014-12-22T15:32:04+0900 RSS1.0の<dc:date>タグ
%a, %d %b %Y %H:%M:%S %z Mon, 22 Dec 2014 15:32:04 +0900 RSS2.0の<pubDate>タグ
3
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?