72 73 74
# File 'lib/jamef/helper.rb', line 72 def self.parse_date value Date.strptime(value, '%d/%m/%y') end