If you are looking for a non-Gregorian calendar for bootstrap and you like bootstrap-datetimepicker then you are in the right place. This script provides an interface to link bootstrap-datetimepicker with jQuery Calendars.
$('#datetimepicker').datetimepicker( {locale: {calender: 'ummalqura', lang: 'ar'} });
The name of the calendar, "ummalqura" in this example, should match the definition of the calendar. Refer to this page for additional information regarding the supported calendars and their names. The lang parameter, "ar" in this example, is optional.
A demo file is included inside demo directory.