View Source

Schedule

Form.Field.Schedule — weekly working-hours editor with per-day toggles, time ranges and a "copy to weekdays" shortcut.

1. Instructor Schedule

Toggle a day off/on, set open/close time, or copy Monday's hours to the rest of the working week.

Quick actions:

Monday

Tuesday

Wednesday

Thursday

Friday

Saturday

Day off

Sunday

Day off

Form Values

{3 items
"instructorName":""
"specialty":"both"
"workingHours":{7 items
"monday":{...}2 items
"tuesday":{...}2 items
"wednesday":{...}2 items
"thursday":{...}2 items
"friday":{...}2 items
"saturday":null
"sunday":null
}
}

2. Weekdays Only (Customized)

Restricted to days, custom dayNames and showCopyToWeekdays=false.

Mon

Tue

Wed

Thu

Fri

Form Values

{1 item
"workingHours":{7 items
"monday":{...}2 items
"tuesday":{...}2 items
"wednesday":{...}2 items
"thursday":{...}2 items
"friday":{...}2 items
"saturday":null
"sunday":null
}
}