- 
    Incident report 
- 
    Resolution: Won't fix
- 
    Trivial 
- 
    None
- 
    1.8.6, 1.9.5 (alpha)
- 
    None
- 
    None
In [Configuration] -> [Maintenance] screen, I can't input 24:00 when I use calendar.
In 417th line of frontend/php/js/class.calendar.js
----------
sethour: function(){
        var hour = parseInt(this.clndr_hour.value,10);
        if((hour>-1) && (hour < 24))
else
{ this.clndr_hour.value = this.hour; }},
---------- 
