jquery calendarsPicker

jquery calendarsPicker

i am using keith wood's calendar picker and have a question about showstatus.
showstatus is used to show the date when you hover. I am using the ethiopian calendar and it shows me the (ethiopian)date I am hovering over. is it possible to also show the gregorian date for the date that I am hovering over.  I want both dates to be displayed in the status box.  How can i do this?
  1. this is  the code i am using>... $('#EtDate').val(ec.formatDate('DD, MM dd, yyyy')).
            calendarsPicker({showOnFocus: false,
                showTrigger: '<button type="button" class="trigger">' +
                '<img src="img/calendar.gif" alt="Popup"></button>',
                calendar: ec, yearRange: '1:2980',
                showOtherMonths: true, selectOtherMonths: true,
                monthsToShow: 3, monthsToStep: 3, onShow: $.calendars.picker.showStatus,