open

Shows the calendar popup.


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

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

    $("#picker").swidget().open(); // shows the time view popup.

</script>