Please stop changing the todayBtn type...

$('#start').datepicker({
                startDate: new Date(2013, 0, 0),
                endDate: moment().startOf('day').toDate(),
                todayBtn: 'linked'
            })
This commit is contained in:
Blake Niemyjski
2014-03-17 15:30:00 -05:00
parent 65f6e6cac3
commit ec927272fa

View File

@@ -12,7 +12,7 @@ interface DatepickerOptions {
endDate?: any;
autoclose?: boolean;
startView?: number;
todayBtn?: boolean;
todayBtn?: any;
todayHighlight?: boolean;
keyboardNavigation?: boolean;
language?: string;