Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/extend_time.rb
Instance Method Summary collapse
-
#to_sql ⇒ Object
Converts a time object to an SQL friendy string.
Instance Method Details
#to_sql ⇒ Object
Converts a time object to an SQL friendy string
3 4 5 |
# File 'lib/extend_time.rb', line 3 def to_sql() BlackStack::DateTime::Encoding::datetime_to_sql(self) end |