mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
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:
@@ -12,7 +12,7 @@ interface DatepickerOptions {
|
||||
endDate?: any;
|
||||
autoclose?: boolean;
|
||||
startView?: number;
|
||||
todayBtn?: boolean;
|
||||
todayBtn?: any;
|
||||
todayHighlight?: boolean;
|
||||
keyboardNavigation?: boolean;
|
||||
language?: string;
|
||||
|
||||
Reference in New Issue
Block a user