How can I imagine a date and time collector in Asp.Net MVC

I am trying to create a form field for the datetime property, which allows the user to use the calendar to select a date, and also be able to graphically select the time.

I managed to get a jQuery UI DatePicker running on a date, but I have no way to represent the time.

Is there one component that does both?

+4
source share
1 answer

Not seen for both. But for the time, this one looks really good.

+2
source

Source: https://habr.com/ru/post/1305440/


All Articles