You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there.
I am using your t-datepicker plugin.
There's a problem with the plug. You can see it in the demo.
When Calendar is 1, I can't switch to January if I choose a date from December.
I think this is happening now, from 2019 to 2020.
I'm also sending you the same function.
Please help me with this problem.
Because it matters to me. Thanks in advance for your interest.
Hello there.
I am using your t-datepicker plugin.
There's a problem with the plug. You can see it in the demo.
When Calendar is 1, I can't switch to January if I choose a date from December.
I think this is happening now, from 2019 to 2020.
I'm also sending you the same function.
Please help me with this problem.
Because it matters to me. Thanks in advance for your interest.
$('.t-datepicker').tDatePicker({
fnDataEvent: holiDays,
mergeDataEvent : true,
autoClose: true,
iconDate: '',
formatDate: 'dd-mm-yyyy',
limitNextMonth: 23,
limitDateRanges : 31,
numCalendar: 1,
titleCheckIn: 'Giriş Tarihi',
titleCheckOut: 'Çıkış Tarihi',
titleToday: 'Bugün',
toDayShowTitle: false,
titleDateRange: 'Gece',
titleDateRanges: 'Gece',
titleDays: ['Pt','Sa','Ça','Pe','Cu','Ct','Pa'],
titleMonths: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran','Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'],
dateCheckIn: '',
dateCheckOut: '',
});
The text was updated successfully, but these errors were encountered: