format_date(time) -> String
[permalink][rdoc][edit]-
時刻オブジェクトを IMAP の日付フォーマットでの文字列に変換します。
require 'net/imap' Net::IMAP.format_date(Time.new(2011, 6, 20)) # => "20-Jun-2011"
- [PARAM] time:
- 変換する時刻オブジェクト
format_date(time) -> String
[permalink][rdoc][edit]時刻オブジェクトを IMAP の日付フォーマットでの文字列に変換します。
require 'net/imap' Net::IMAP.format_date(Time.new(2011, 6, 20)) # => "20-Jun-2011"