Close the calendar.
Examples
Open Close
<button class="gj-button-md" onclick="$picker.open()">Open</button>
<button class="gj-button-md" onclick="$picker.close()">Close</button>
<hr/>
<input id="input" width="312" />
<script>
var $picker = $('#input').datetimepicker();
</script>