views:

114

answers:

1

Hi Folks,

I've scanned trough the documentation but I can't find out how I to get the field to get the datepickers value AND let it be editable using my keyboard numpad. So filling/editing the date without using the datepicker.

I hope my question is clear cause I don't know how the formulate it otherwise..

Greetings

A: 

It is already ( see http://jqueryui.com/demos/datepicker/ ) editable.

Dan Heberden
godd*mn , I'm gonna blame that one to lack of sleep.. :) THX!
Sam Vloeberghs
you might like the constrainInput option which only allows the characters in the provided date format (like numbers and forward-slash, etc)
Dan Heberden