# File lib/chart-candy/builder/base.rb, line 34
  def l(date, options={})
    options.reverse_merge!(format: :date_long)

    return ChartCandy.localize(date, options)
  end