TIPOFF / flex-scheduling

Laravel Package for Flex Scheduling for Escape Rooms
MIT License
0 stars 1 forks source link

Omnia/feature/28 create nova resource flexday #29

Closed devjk1 closed 3 years ago

devjk1 commented 3 years ago

28

devjk1 commented 3 years ago

In Model FlexDay line 56 if (date('w', $this->date->getTimestamp()) == 1) { ... } this gets the day of the week 'w' (0-6) from the column date-timestamp You may want to take in consideration of timezones, not sure if it is.