On the Advanced Date Field, the three text fields have maxlength attributes to ensure that the year is four characters and the other two fields are 2 characters in length.
The Advanced Time Fields do not have maxlength attributes.
Both hours and minutes should be set to maxlength = 2
PS, It would also be quite cool to use jQuery to ensure you can only enter numbers in the date and time fields.