<!DOCTYPE html><html><head><metacharset="UTF-8"><title>Display Seconds - jQuery EasyUI Demo</title><linkrel="stylesheet"type="text/css"href="../../themes/default/easyui.css"><linkrel="stylesheet"type="text/css"href="../../themes/icon.css"><linkrel="stylesheet"type="text/css"href="../demo.css"><script type="text/javascript"src="../../jquery.min.js"></script><script type="text/javascript"src="../../jquery.easyui.min.js"></script></head><body><h2>Display Seconds</h2><p>The user can decide to display seconds part or not.</p><divstyle="margin:20px 0;"><span>Show Seconds: </span><inputtype="checkbox"checkedonchange="$('#dt').datetimebox({showSeconds:$(this).is(':checked')})"></div><inputid="dt"class="easyui-datetimebox"style="width:200px"></body></html>