The problem is I am making a clock program but have hit a hurdle which is that it seems that on some phones
cal.get(Calendar.HOUR)
gives the values 0...11 but on other phones like my Nokia 3100 it gives the values 1...12.
I want my program to be as compatable as possible but since I don't know in advance which phones will give which values I don't know what to do about this. Any ideas?
Has anyone else encountered this problem?

Reply With Quote

