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 @@
+
+
+