Okay, I have a database listing various meetings. The meetings have a
day of the week and a time (Say Sunday at 8:00). Now, given a set of
these meetings, how would I order them so that they would go Sunday,
Monday, Tuesday, Wednesday, Thursday, Friday. note these meetings don't
have dates, just day of week and time. Oh, and they're coming from a
MySQL database.
day of the week and a time (Say Sunday at 8:00). Now, given a set of
these meetings, how would I order them so that they would go Sunday,
Monday, Tuesday, Wednesday, Thursday, Friday. note these meetings don't
have dates, just day of week and time. Oh, and they're coming from a
MySQL database.
Comment