I have a date time picker in my active_admin/formtastic form, I dont want to be able to choose the seconds, just the date hours an minutes. How can I do that? The documentation says to set step, but this seems to be ignored.
fp.input :profiled_at, as: :datetime_picker, :step => :hour , :size => 16, input_html: { value: Time.now.to_s(:db) }
If you're using the default datetime picker, try this syntax