Forum Moderators: open
The question is what is the best way to store the info? Should I use two timestamps, and use php to chop them into pieces to re-populate the form fields for modification? Use date/time fields? Use text fields? What is the easiest/most efficient/ and or most common?
Thanks for any input.
I've never liked the datetime type, so I might do it in two rows per person, with an extra field for "type" for "Start" or "End". Then each person would have a date field and a time field.
I'd have to ponder that one more. Actually, I need to ponder that more, since I might be doing a project that involves that very concept.