Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

creative ways of inputting date and time

i am working on a small experimental app where part of the form will be users entering date and time.

Apart from the calendars ...are there any creative ways of inputting date and time that you have come across?

maybe have a text field with analog clock on top. when data is inputted in text fields and tabbed out the analog clock would show the time change.

like image 745
drake Avatar asked Nov 06 '22 16:11

drake


2 Answers

I actually think the timpickr plugin for jQuery UI has a novel approach to inputting time data.

like image 59
Eric Avatar answered Dec 14 '22 22:12

Eric


I personally like the datejs (jquery plugin) style of smart text box.

like image 45
Luke Lowrey Avatar answered Dec 14 '22 22:12

Luke Lowrey