No commit activity in last 3 years
No release in over 3 years
DateAndTimeInput is a Rails extension, providing a form input for DateTime attributes arranged as two input fields, for date and time, respectively.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.2.0
 Project Readme

DateAndTimeInput

DateAndTimeInput is a Rails extension, providing a form input for DateTime attributes arranged as two input fields, for date and time, respectively.

Installation

$ gem install date_and_time_input

Usage

To use DateAndTimeInput in your view templates, you need to specify the input presentation as follows:

date_and_time_field :letter, :sent_at

or, as a form_for field:

f.date_and_time :sent_at

and that's it.

Authors