Nobody
How to set the DateTimePicker in the minutes section
I have used ->minutesStep(30) but in the minutes section all the numbers still appear, I only want to display in the minutes section only minutes 30 and 00.
DateTimePicker::make('pickupBefore')
->required()
->minutesStep(30)
->seconds(false)
->minDate(now()->toDateTimeLocalString(unitPrecision: 'minute'))
->label('Pickup Befores')
9 replies