close

Close the opened calendar popup. If the calendar popup is not opened the method does not do anything.


<input id="picker" ></input>

<script type="text/javascript">
    $(function () {
        $("#picker").shieldDatePicker({
        });
    });

    $("#picker").swidget().close(); // close the calendar popup if it is opened.

</script>