# File lib/core_ext/date.rb, line 2
  def to_json(*a)
    %("#{strftime("%Y/%m/%d")}")
  end