Customizable date (and time) picker. Opt-in UI, no jQuery! Works just fine with initial values! <input id='input' class='input' value='2014-12-15 21:00' /> <input id='inputTwo' class='input' /> rome(input); rome(inputTwo, { initialValue: '2014-12-08 08:36' });