I'm trying to create a scheduler to present shift work for users
This view will require 2 sets of data to show up, one from 7am to 7pm and one from 7pm to 7am.
Is there a way to programmatically set the start and end times for the screen using Javascript so that when the clock goes to 7am, the view shows 7am to 7pm, and when it goes to 7pm, the screen automatically jumps to 7pm - 7am?
If the above is not possible, what is the closest way that we can achieve the above functionality?
Thanks