Hey guys!
I don’t have too much experience handling time so my question may seem very basic.
I’m going to start adding events to the calendar class I’m writing. It’s going to get the events from a MySQL time:
[LIST]
[]name of event
[]date of event
[]time of event
[]description of event
[]duration of event
[]category of event
[*]etc
[/LIST]
My question is… should I save the TIME and DATE of the event in two different columns or would it be easier to just have the TIME and DATE of the event in ONE column?