るりまサーチ

最速Rubyリファレンスマニュアル検索!
110件ヒット [101-110件を表示] (0.010秒)

別のキーワード

  1. _builtin hash
  2. hash []
  3. dbm to_hash
  4. matrix hash
  5. _builtin to_hash

クラス

キーワード

検索結果

<< < 1 2 >>

DateTime._strptime(str, format = &#39;%FT%T%z&#39;) -> Hash (103.0)

与えられた雛型で日時表現を解析し、その情報に基づいてハッシュを生成します。

...す文字列
@param format 書式

例:

require 'date'
Date
Time._strptime('2001-02-03T12:13:14Z')
# => {:year=>2001, :mon=>2, :mday=>3, :hour=>12, :min=>13, :sec=>14, :zone=>"Z", :offset=>0}

Date
Time.strptime の内部で使用されています。

@see Date._strptime, DateTime.strptime...
<< < 1 2 >>