I'm trying to find a way to combine the day/date/month into one string on the first wheel into:
1st 2nd 3rd
+------------+----+----+
| thu 27 sep | 17 | 00 |
| fri 28 sep | 18 | 00 |
+------------+----+----+
Where first wheel is: day/Date/month, second: hour, third: minute Any clues?
A follow up question would be: How do I get todays day to display as 'Today' ?