views:

21

answers:

1

I am in need of date picker javascript which allows date in mm/dd/yy format.

And also it should have good resolution and should be non-popup based.

I searched in google but not getting my exact requirements.

Plz suggest me the proper source.

Thank You.

+3  A: 

See the jQuery UI Datepicker, especially the display Inline example.

Mr Roys