enum

Tput::Namespace::DateFormat

Inherits Enum / Comparable / Value / Object

Constants

TextDate = 0
ISODate = 1
RFC2822Date = 8
ISODateWithMs = 9

Instance methods

iso_date?

Returns true if this enum value equals ISODate

Source
iso_date_with_ms?

Returns true if this enum value equals ISODateWithMs

Source
rfc2822_date?

Returns true if this enum value equals RFC2822Date

Source
text_date?

Returns true if this enum value equals TextDate

Source