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
Need to implement month and year picker. i have implement as follows but it will give me date view also.
$('#example').datepicker({
startView: 1,
inputFormat: 'MM/yyyy',
outputFormat: 'MM/yyyy',
titleFormat: 'MM/yyyy',
theme: 'bootstrap',
});
The text was updated successfully, but these errors were encountered:
Need to implement month and year picker. i have implement as follows but it will give me date view also.
$('#example').datepicker({
startView: 1,
inputFormat: 'MM/yyyy',
outputFormat: 'MM/yyyy',
titleFormat: 'MM/yyyy',
theme: 'bootstrap',
});
The text was updated successfully, but these errors were encountered: