# File lib/core_ext/date.rb, line 6
  def as_json(*args)
    strftime("%Y/%m/%d")
  end