0
optixdev created
.Net core + Angular version 8.7
How to add "time" selection to default date picker calendar to the below autogenerated input?
<input class="form-control m-input"
type="datetime" bsDatepicker
datePickerMomentModifier
[(date)]="abp.startTime"
id="Abp_startTime" name="AbpCommsXObservation_startTime">
1 Answer(s)
-
0
Hi,
We are using ngx-bootstrap's datepicker and it doesn't provide a time picker. But, it has a separate time picker, see https://valor-software.com/ngx-bootstrap/#/timepicker. If you want, you can place it next to datepicker or use it like that.
Or you can use another library if you want. https://ng.ant.design/components/date-picker/en seems really good.