LoginSignup
0
0

More than 1 year has passed since last update.

【Ruby】フォーマット文字列

Posted at

rubyのフォーマット文字列をまとめておく。

フォーマット文字列 意味
%y  西暦の下2桁(00-99)
%Y  西暦を表す数(9999)
%m  月を表す数字(01-12)
%M  分(00-59)
%d  日(01-31)
%D  日付(%m/%d/%y)

%Y-%m-%d → 2021-09-09
これが一番よく使いそう。

0
0
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
0
0