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
If i set the datePicker variable to false, the datePicker can get only current date, i'm not able to select different date, if i select different date, in the imput field i can see only current date value
If i set the datePicker variable to false, the datePicker can get only current date, i'm not able to select different date, if i select different date, in the imput field i can see only current date value
Example Code
var datepicker = new DatePicker('.date', {
pickerClass: 'datepicker_dashboard',
days: ['Domenica', 'Lunedì', 'Martedì', 'Mercoledì', 'Giovedì', 'Venerdì', 'Sabato'],
months: ['Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre'],
timePicker: false,
format: 'd-m-Y',
inputOutputFormat: 'Y-m-d',
allowEmpty:true,
useFadeInOut:false,
positionOffset: {x:-30,y:0},
onSelect: function(d, input) { }
});
//datepicker.close();
datepicker.attach($$("#form_offerta_ .date"));
The text was updated successfully, but these errors were encountered: