My Other Me
My Other Me

Reputation: 5117

How can I present a Date & Time picker in Asp.Net MVC

I am trying to make a form field for a datetime property that allows the user to use a calendar for picking the date and also have something to choose the time graphically.

I've managed to get the jQuery UI DatePicker working for the date, but I have not way of presenting the time.

Is there a single component that does both?

Upvotes: 4

Views: 1378

Answers (1)

Arnis Lapsa
Arnis Lapsa

Reputation: 47597

Haven't seen for both. But for time, this one looks really good.

Upvotes: 2

Related Questions