るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.186秒)
トップページ > クエリ:-[x] > クエリ:E[x] > クエリ:d[x] > クエリ:format_datetime[x]

別のキーワード

  1. bigdecimal/util to_d
  2. float to_d
  3. bigdecimal to_d
  4. rational to_d
  5. rsa d=

ライブラリ

クラス

検索結果

Net::IMAP.format_datetime(time) -> String (33419.0)

時刻オブジェクトを IMAP の日付時刻フォーマットでの文字列に変換します

...時刻オブジェクトを IMAP の日付時刻フォーマットでの文字列に変換します

require 'net/imap'

Net::IMAP.format_datetime(Time.new(2011, 6, 20, 13, 20, 1))
# => "20-Jun-2011 13:20 +0900"

@param time 変換する時刻オブジェクト...