Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/ofx/1.0.2/serializer.rb
Instance Method Summary collapse
Instance Method Details
#to_date ⇒ Object
121 122 123 |
# File 'lib/ofx/1.0.2/serializer.rb', line 121 def to_date Date.parse(self) end |
#to_datetime ⇒ Object
124 125 126 |
# File 'lib/ofx/1.0.2/serializer.rb', line 124 def to_datetime DateTime.parse(self) end |
#to_time ⇒ Object
127 128 129 |
# File 'lib/ofx/1.0.2/serializer.rb', line 127 def to_time ('-47120101' + self).to_datetime end |