I've googled around and tried a few scripts off of CodeCanyon to see if I can grasp the basics of this, but everything seems to run on javascript.
I simply want a programmatical view of a day with any time mapped against it, this is for a time tracking system which is now pretty much built, except for pulling out the data in a day view.
I just want a list of working hours between 9am - 5pm with the time mapped from my database which is stored in the fields:
Date | Start Time | End Time
These are all in the proper datatime and time formats within MySQL and I'm not sure how this would be done as I can only find tut's on month and week views.