datepicker strart with monday
var tdt = new Date(); $('#FromDate').datepicker({ dateFormat: 'dd-mm-yy', prevText: '<i class="fa fa-chevron-left"></i>', nextText: '<i class="fa fa-chevron-right"></i>', firstDay: 1, minDate: tdt });
datepicker strart with monday
var tdt = new Date(); $('#FromDate').datepicker({ dateFormat: 'dd-mm-yy', prevText: '<i class="fa fa-chevron-left"></i>', nextText: '<i class="fa fa-chevron-right"></i>', firstDay: 1, minDate: tdt });
datetimepicker strart with monday
//datetime var tdt = new Date(); $('.form_datetime').datetimepicker({ weekStart: 1, todayBtn: 1, autoclose: 1, todayHighlight: 1, startView: 2, forceParse: 0, showMeridian: 1, startDate:tdt, });
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us