Timeline/Todo List

Hi, I hope this is the proper place to ask for help. I’m looking to create a web-app type of site for personal use that allows the user (myself) to input an event title and a “due date” and have PHP create a timeline sort of bar graph displaying the time span between the day the event is created and the day it is due. The closest thing I can think of as an example is Google Calendar where an event spanning multiple hours gets a color block from the start time to the end time. This is basically the same concept. My question is, how would I go about making code that creates a colored block that extends to the due date, depending on what is inputted for that date? I’m new to learning PHP so any help at all would be very helpful.

Sponsor our Newsletter | Privacy Policy | Terms of Service