method
new
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
new(datetime, options = {}, html_options = {})
public
Hide source
# File actionpack/lib/action_view/helpers/date_helper.rb, line 519 def initialize(datetime, options = {}, html_options = {}) @options = options.dup @html_options = html_options.dup @datetime = datetime end