17 lines
323 B
JavaScript
17 lines
323 B
JavaScript
(function ($) {
|
|
var theme = {
|
|
dateOrder: 'Mddyy',
|
|
mode: 'mixed',
|
|
rows: 5,
|
|
minWidth: 70,
|
|
height: 36,
|
|
showLabel: false,
|
|
useShortLabels: true
|
|
};
|
|
|
|
$.mobiscroll.themes['android-ics'] = theme;
|
|
$.mobiscroll.themes['android-ics light'] = theme;
|
|
|
|
})(jQuery);
|
|
|