I'm building some kind of booking app and I want to display to the user a datetimepicker input with only the possibility to book every quarter of an hour.
Example:
- 12:00
- 12:15
- 12:30
- 12:45
I couldn't find a way to do it with simple HTML. I need some guidance for this.
I tried to used "step" but apparently seem to only increment the value when clicking. This is not what I want. My goal is to display only quarter values