$(function($) {
    var options = {
        timeNotation: '24hh'
    }
    $('#time').jclock(options);
});
