In the below code i am using timezone of pacific/Auckland as per their timezone today date i.e.,11-April-2017 is completed now their date is 12-April-2017 but in my date picker 11th April is not disabled. I need to disable previous date i.e., is 11-April-2017.
This is my datepicker code
.datepicker({
autoclose: true,
todayHighlight: true,
startDate: new Date().toLocaleString('en-NZ', { timeZone: 'Pacific/Auckland' })
})