Closed devjk1 closed 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.
28