I have already jquery-ui-rails (5.0.5) version and displayed calender as below,
this calender is displayed in all pages,
i need to display different calender as below,
on specific page.
$("#new_calender").datepicker({
changeMonth: true,
changeYear: true,
format: 'yyyy/mm/dd',
language: "en",
orientation: "bottom auto",
todayHighlight: true,
toggleActive: true,
autoclose: true
});
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…