datepicker
datepicker
$(function() {
$('#EtDate').calendarsPicker({calendar: $.calendars.instance('ethiopian'),
onShow: $.calendars.showStatus,
yearRange: 'any',
monthsToShow: 3, monthsToStep: 3});});
1.How do i get month,day,year info from above?
2.EtDate is populating in an input box and I want to automatically show the gregorian equivalent to EtDate in another input box. How do i do that?
thanks