Topic: Time format is missing
Yael Shrem premium asked 5 years ago
Expected behavior
I need time format (similar to mdbDateFormat)
Actual behavior
Resources (screenshots, code snippets etc.)
Bartosz Termena staff answered 5 years ago
Dear @Saban
Until there isn't an official MDB Time Format, try use this:
<div class="container">
<div class="row">
<div class="col-sm-6">
<label for="appt">Choose a time for your meeting:</label>
<input
mdbInput
type="time"
id="appt"
name="appt"
min="00:00"
max="23:59"
class="form-control"
/>
</div>
</div>
</div>
Or use our time picker: https://mdbootstrap.com/docs/angular/forms/time-picker/
Best Regards, Bartosz.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 7.2.0
- Device: Browther
- Browser: chrome
- OS: windows
- Provided sample code: No
- Provided link: No
Bartosz Termena staff commented 5 years ago
Hi!
We don't have time format yet, we will try to add such functionality in the near future, I'll keep you updated.
Best Regards, Bartosz.