Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/rcap/extensions/date.rb
Instance Method Summary (collapse)
-
- (String) to_s_for_cap
Returns a string representaion of the time suitable for CAP.
Instance Method Details
- (String) to_s_for_cap
Returns a string representaion of the time suitable for CAP.
8 9 10 |
# File 'lib/rcap/extensions/date.rb', line 8 def to_s_for_cap self.to_datetime.to_s_for_cap end |