class Time

Public Instance Methods

to_hl7datetime() click to toggle source
# File lib/healthcare_phony.rb, line 125
def to_hl7datetime
  strftime('%Y%m%d%H%M%S')
end