$(function($) {
    var options = { format: '%Y-%m-%d %H:%M:%S %p' }
    $('.jclock').jclock( options );
});