tags:

views:

65

answers:

4

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.

+1  A: 

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

Eric
A: 

Microsoft Outlook reminder window has a "remind me" field in which you can enter relative times in English free text, such as "1 day before" or "30 minutes from now".

For some things, that's more natural than having to do the math in your head and enter an absolute time or date.

Scott Smith
+1  A: 

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

Luke Lowrey
A: 

How about left click=set long arm - right click=set short arm - shift-click=second hand? :)

Jens Björnhager