aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/multiple-calendars.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/datepicker/multiple-calendars.html')
-rw-r--r--demos/datepicker/multiple-calendars.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/demos/datepicker/multiple-calendars.html b/demos/datepicker/multiple-calendars.html
deleted file mode 100644
index 033b648a2..000000000
--- a/demos/datepicker/multiple-calendars.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>jQuery UI Datepicker - Display multiple months</title>
- <link rel="stylesheet" href="../../themes/base/all.css">
- <link rel="stylesheet" href="../demos.css">
- <script src="../../external/requirejs/require.js"></script>
- <script src="../bootstrap.js">
- $( "#datepicker" ).datepicker({
- numberOfMonths: 3,
- showButtonPanel: true
- });
- </script>
-</head>
-<body>
-
-<p>Date: <input type="text" id="datepicker"></p>
-
-<div class="demo-description">
-<p>Set the <code>numberOfMonths</code> option to an integer of 2 or more to show multiple months in a single datepicker.</p>
-</div>
-</body>
-</html>