Method: Date#to_hms

Defined in:
lib/casual_support/date/to_hms.rb

#to_hmsString

Returns “00:00:00”.

Provided for parity with Time#to_hms.

Returns:



11
12
13
# File 'lib/casual_support/date/to_hms.rb', line 11

def to_hms
  "00:00:00"
end