Autho Close in Persian Time Picker

    $(".datePickerInput").pDatepicker({
        observer: true,
        format: 'YYYY/MM/DD',
        initialValue: false,
        autoClose:true
    });
Mohamad