From 7571747073e82bc4fc883412d4890951aded9450 Mon Sep 17 00:00:00 2001 From: Dan Grossman Date: Thu, 29 Oct 2015 09:32:26 -0400 Subject: [PATCH] Add html5shiv/respond.js --- demo.html | 10 ++++++++-- website/index.html | 8 +++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/demo.html b/demo.html index e6aeaf1e..5fe5dfce 100644 --- a/demo.html +++ b/demo.html @@ -5,10 +5,16 @@ A date range picker for Bootstrap - + + + + @@ -267,7 +273,7 @@

Configuration

if ($('#locale').is(':checked')) { options.locale = { - format: 'MM/DD/YYYY', + format: 'MM/DD/YYYY HH:mm', separator: ' - ', applyLabel: 'Apply', cancelLabel: 'Cancel', diff --git a/website/index.html b/website/index.html index fcbf267c..14c5312d 100644 --- a/website/index.html +++ b/website/index.html @@ -5,7 +5,7 @@ Date Range Picker for Bootstrap - + @@ -15,6 +15,12 @@ + + +