HammerCLI::Output::Formatters::FieldFormatter
# File lib/hammer_cli/output/formatters.rb, line 87 def format(string_date, field_params={}) t = DateTime.parse(string_date.to_s) t.strftime("%Y/%m/%d %H:%M:%S") rescue ArgumentError "" end
# File lib/hammer_cli/output/formatters.rb, line 83 def tags [:flat] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.