IO-3031 Appointment Schedule View Day

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-11-15 17:35:49 -08:00
parent b027a4e618
commit 5eed8d9809

View File

@@ -105,7 +105,8 @@ const DateTimePicker = ({
<TimePicker
format="hh:mm a"
minuteStep={15}
defaultOpenValue={dayjs()
defaultOpenValue={dayjs(value)
.hour(dayjs().hour())
.minute(Math.floor(dayjs().minute() / 15) * 15)
.second(0)}
onChange={(value) => {