Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/healthcare_phony.rb

Instance Method Summary collapse

Instance Method Details

#to_hl7dateObject



119
120
121
# File 'lib/healthcare_phony.rb', line 119

def to_hl7date
  strftime('%Y%m%d')
end