Skip to content

Commit

Permalink
New example
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Oct 29, 2015
1 parent 2e95657 commit 6a0d69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h4>Demo:</h4>
$('input[name="datefilter"]').daterangepicker({
autoUpdateInput: false,
locale: {
cancelLabel: 'clear'
cancelLabel: 'Clear'
}
}, function(start, end) {
$('input[name="datefilter"]').val(start.format('MM/DD/YYYY') + ' - ' + end.format('MM/DD/YYYY'));
Expand Down

0 comments on commit 6a0d69f

Please sign in to comment.