348件ヒット
[1-100件を表示]
(0.103秒)
別のキーワード
ライブラリ
- date (336)
-
json
/ add / date (12)
キーワード
- asctime (12)
- ctime (12)
- cwday (12)
- cweek (12)
- cwyear (12)
- day (12)
- england (12)
- gregorian (12)
- gregorian? (12)
- httpdate (12)
- iso8601 (12)
- jd (12)
- jisx0301 (12)
- ld (12)
- mday (12)
- mjd (12)
- mon (12)
- month (12)
- rfc2822 (12)
- rfc3339 (12)
- rfc822 (12)
- start (12)
- strftime (12)
-
to
_ json (12) -
to
_ s (12) - wday (12)
- xmlschema (12)
- yday (12)
- year (12)
検索結果
先頭5件
-
Date
# england -> Date (6102.0) -
このメソッドは、new_start(Date::ENGLAND) と等価です。
...このメソッドは、new_start(Date::ENGLAND) と等価です。
Date#new_start、および Date::ENGLAND を参照してください。... -
Date
# gregorian -> Date (6102.0) -
このメソッドは、new_start(Date::GREGORIAN) と等価です。
...このメソッドは、new_start(Date::GREGORIAN) と等価です。
Date#new_start、および Date::GREGORIAN を参照してください。... -
Date
# gregorian? -> bool (6102.0) -
グレゴリオ暦なら真を返します。
グレゴリオ暦なら真を返します。 -
Date
# strftime(format = & # 39;%F& # 39;) -> String (114.0) -
与えられた雛型で日付を書式づけます。
...%C, %c, %D, %d, %e, %F, %G, %g, %H, %h, %I, %j, %k, %L, %l,
%M, %m, %N, %n, %P, %p, %Q, %R, %r, %S, %s, %T, %t, %U, %u, %V, %v, %W, %w, %X,
%x, %Y, %y, %Z, %z, %:z, %::z, %:::z, %%, %+
GNU 版にあるような幅指定などもできます。
strftime(3)、および Date.strptime も参照して... -
Date
# asctime -> String (102.0) -
asctime(3) 書式の文字列を返します (ただし、末尾の "\n\0" は除く)。
asctime(3) 書式の文字列を返します (ただし、末尾の "\n\0" は除く)。 -
Date
# ctime -> String (102.0) -
asctime(3) 書式の文字列を返します (ただし、末尾の "\n\0" は除く)。
asctime(3) 書式の文字列を返します (ただし、末尾の "\n\0" は除く)。 -
Date
# cwday -> Integer (102.0) -
暦週の日 (曜日) を返します (1-7、月曜は1)。
暦週の日 (曜日) を返します (1-7、月曜は1)。 -
Date
# cweek -> Integer (102.0) -
暦週を返します (1-53)。
暦週を返します (1-53)。 -
Date
# cwyear -> Integer (102.0) -
暦週における年を返します。
暦週における年を返します。