Sha256: 049f0f30064d55a2f43ba58b43a8ff17e37b9af265f68c431e6442e97654b205
Contents?: true
Size: 378 Bytes
Versions: 4
Compression:
Stored size: 378 Bytes
Contents
module Formtastic module Inputs # Outputs a series of select boxes for the fragments that make up a date and time (year, month, day, hour, minute, second). # # @see Formtastic::Inputs::Base::Timeish Timeish module for documentation of date, time and datetime input options. class DatetimeInput include Base include Base::Timeish end end end
Version data entries
4 entries across 4 versions & 1 rubygems