one thing I just noticed from testing.
If I change the Items for the hour card from:
["00","01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23"]
and remove the 0 so the format is this:
["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23"]
The hour changed to 6, which would be the correct time when I ran the test.
So couple of things.
Will anything with a zero, like midnight and 10 not work?
Is there a way to change it from military to 12 hour so that I dont have to deal with this (12hr would be ideal)
I dont understand why the zero seems to be causing the issue.