83 84 85
# File 'lib/ezframe/util.rb', line 83 def to_date_key return "%d-%02d-%02d"%[ self.year, self.mon, self.mday ] end