DateTime editor
To edit a DateTime, I see that you have a DatePicker and a TimePicker
@Html.Awe().DatePickerFor(o => o.MyField)But how can I edit both? Like the normal datepicker with the timepicker next to it to set the time.
@(Html.Awe().AjaxRadioListFor(o => o.DateProchaineRencontre).TimePicker(o => o.Caption("heure").Step(15)))
pacificdave1
asked
at 08 Jun 2019
-
you can put them both next to each other, like in our prodinner demo: https://prodinner.aspnetawesome.com (click "host a dinner" or the edit button on any dinner)at 08 Jun 2019 Omu