I have:
enum('Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun')<BR>
I'd like to be able to sort, starting with 'today' or date(date_format(%a))
Is there a way to address the index of enum and kind-of do a ROL? (sorry, old-school assembly language there) Or, is it easier to do in PHP first? currently I just have a regular
SORT BY students.day (the enum field)