README.html 29.8 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515
<!DOCTYPE html>
<html lang="en">
<head><title> | </title>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewpoint" content="width=device-width, initial-scale=1.0">
    <link href="images/icons/favicon.ico" rel="shortcut icon">
    <!--Loading bootstrap css-->
    <link type="text/css"
          href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,700,800">
    <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Oswald:400,700,300">
    <link type="text/css" rel="stylesheet"
          href="vendors/jquery-ui-1.10.3.custom/css/ui-lightness/jquery-ui-1.10.3.custom.css">
    <link type="text/css" rel="stylesheet" href="vendors/font-awesome/css/font-awesome.min.css">
    <link type="text/css" rel="stylesheet" href="vendors/bootstrap/css/bootstrap.min.css">
    <!--LOADING SCRIPTS FOR PAGE--><!--Loading style vendors-->
    <link type="text/css" rel="stylesheet" href="vendors/animate.css/animate.css">
    <link type="text/css" rel="stylesheet" href="vendors/jquery-pace/pace.css">
    <!--Loading style-->
    <link type="text/css" rel="stylesheet" href="css/style.css">
    <link type="text/css" rel="stylesheet" href="css/style-mango.css" id="theme-style">
    <link type="text/css" rel="stylesheet" href="css/vendors.css">
    <link type="text/css" rel="stylesheet" href="css/themes/default.css" id="color-style">
    <link type="text/css" rel="stylesheet" href="css/style-responsive.css">
    <link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<div><!--BEGIN TEMPLATE SETTING-->
<div id="template-setting"><a href="#" data-toggle="dropdown" class="btn-template-setting"><i
        class="fa fa-tint"></i></a>

    <div class="content-template-setting"><h4 class="block-heading">Theme Colors</h4>
        <ul class="color-theme list-unstyled list-inline">
            <li data-style="red" data-hover="tooltip" title="Red - Green" class="red-green"></li>
            <li data-style="orange" data-hover="tooltip" title="Orange - Yellow" class="orange-yellow"></li>
            <li data-style="green" data-hover="tooltip" title="Green - Pink" class="green-pink"></li>
            <li data-style="yellow" data-hover="tooltip" title="Yellow - Grey" class="yellow-grey"></li>
            <li data-style="blue" data-hover="tooltip" title="Blue - Yellow" class="blue-yellow"></li>
            <li data-style="violet" data-hover="tooltip" title="Violet - Green" class="violet-green"></li>
            <li data-style="pink" data-hover="tooltip" title="Pink - Dark" class="pink-dark"></li>
            <li data-style="grey" data-hover="tooltip" title="Grey - Red" class="grey-red"></li>
            <li data-style="default" data-hover="tooltip" title="Dark" class="dark-primary"></li>
            <li data-style="white" data-hover="tooltip" title="White" class="white-primary"></li>
            <li data-style="pink-white" data-hover="tooltip" title="Pink - White" class="pink-white"></li>
            <li data-style="white-pink" data-hover="tooltip" title="White - Pink" class="white-pink"></li>
        </ul>
    </div>
</div>
<!--END TEMPLATE SETTING--><!--BEGIN TO TOP--><a id="totop" href="#"><i class="fa fa-angle-up"></i></a><!--END BACK TO TOP-->
<div id="wrapper"><!--BEGIN TOPBAR-->
<nav id="topbar" role="navigation" style="margin-bottom: 0;" class="navbar navbar-default navbar-static-top">
    <div class="navbar-header">
        <button type="button" data-toggle="collapse" data-target=".sidebar-collapse" class="navbar-toggle"><span
                class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span
                class="icon-bar"></span><span class="icon-bar"></span></button>
        <a id="logo" href="index.html" class="navbar-brand"><span class="fa fa-rocket"></span><span
                class="logo-text">Odin</span></a></div>
    <div class="topbar-main"><a id="menu-toggle" href="#" class="btn hidden-xs"><i class="fa fa-bars"></i></a>

        <form id="topbar-search" action="" method="" class="hidden-sm hidden-xs">
            <div class="input-icon right"><a href="#"><i class="fa fa-search"></i></a><input type="text"
                                                                                             placeholder="Search here..."
                                                                                             class="form-control"/>
            </div>
        </form>
        <ul class="nav navbar-top-links navbar-right">
            <li class="dropdown"><a data-toggle="dropdown" href="#" class="dropdown-toggle"><i
                    class="fa fa-bell fa-fw"></i><span class="badge badge-yellow">3</span></a>
                <ul class="dropdown-menu dropdown-alerts animated bounceInDown">
                    <li><a href="#"><span class="label label-blue"><i class="fa fa-comment fa-fw"></i></span>New
                        Comment<span class="pull-right text-muted small">4 minutes ago</span></a></li>
                    <li><a href="#"><span class="label label-violet"><i class="fa fa-twitter fa-fw"></i></span>3
                        New Followers<span class="pull-right text-muted small">12 minutes ago</span></a></li>
                    <li><a href="#"><span class="label label-pink"><i class="fa fa-envelope fa-fw"></i></span>Message
                        Sent<span class="pull-right text-muted small">15 minutes ago</span></a></li>
                    <li><a href="#"><span class="label label-green"><i class="fa fa-tasks fa-fw"></i></span>New
                        Task<span class="pull-right text-muted small">18 minutes ago</span></a></li>
                    <li><a href="#"><span class="label label-yellow"><i class="fa fa-upload fa-fw"></i></span>Server
                        Rebooted<span class="pull-right text-muted small">19 minutes ago</span></a></li>
                    <li><a href="#" class="text-right">See all alerts</a></li>
                </ul>
            </li>
            <li class="dropdown"><a data-toggle="dropdown" href="#" class="dropdown-toggle"><i
                    class="fa fa-envelope fa-fw"></i><span class="badge badge-green">7</span></a>
                <ul class="dropdown-menu dropdown-messages animated bounceInUp">
                    <li><a href="#"><span class="avatar"><img src="http://lorempixel.com/128/128/people/9/"
                                                              alt=""
                                                              class="img-responsive img-circle"/></span><span
                            class="info"><span class="name">Jessica Spencer</span><span class="desc">Lorem ipsum dolor sit amet...</span></span></a>
                    </li>
                    <li><a href="#"><span class="avatar"><img src="http://lorempixel.com/128/128/people/9/"
                                                              alt=""
                                                              class="img-responsive img-circle"/></span><span
                            class="info"><span class="name">John Smith<span
                            class="label label-blue pull-right">New</span></span><span
                            class="desc">Lorem ipsum dolor sit amet...</span></span></a></li>
                    <li><a href="#"><span class="avatar"><img src="http://lorempixel.com/128/128/people/9/"
                                                              alt=""
                                                              class="img-responsive img-circle"/></span><span
                            class="info"><span class="name">John Doe<span
                            class="label label-orange pull-right">10 min</span></span><span
                            class="desc">Lorem ipsum dolor sit amet...</span></span></a></li>
                    <li><a href="#"><span class="avatar"><img src="http://lorempixel.com/128/128/people/9/"
                                                              alt=""
                                                              class="img-responsive img-circle"/></span><span
                            class="info"><span class="name">John Smith</span><span class="desc">Lorem ipsum dolor sit amet...</span></span></a>
                    </li>
                    <li><a href="#">Read all messages</a></li>
                </ul>
            </li>
            <li class="dropdown"><a data-toggle="dropdown" href="#" class="dropdown-toggle"><i
                    class="fa fa-tasks fa-fw"></i><span class="badge badge-blue">8</span></a>
                <ul class="dropdown-menu dropdown-tasks animated bounceInDown">
                    <li><a href="#"><span class="task-item">Fix the HTML code<small
                            class="pull-right text-muted">40% Complete
                    </small></span>

                        <div class="progress progress-sm">
                            <div role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"
                                 style="width: 40%;" class="progress-bar progress-bar-orange"><span
                                    class="sr-only">40% Complete (success)</span></div>
                        </div>
                    </a></li>
                    <li><a href="#"><span class="task-item">Make a wordpress theme<small
                            class="pull-right text-muted">60% Complete
                    </small></span>

                        <div class="progress progress-sm">
                            <div role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"
                                 style="width: 60%;" class="progress-bar progress-bar-blue"><span
                                    class="sr-only">60% Complete (success)</span></div>
                        </div>
                    </a></li>
                    <li><a href="#"><span class="task-item">Convert PSD to HTML<small
                            class="pull-right text-muted">55% Complete
                    </small></span>

                        <div class="progress progress-sm">
                            <div role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100"
                                 style="width: 55%;" class="progress-bar progress-bar-green"><span
                                    class="sr-only">55% Complete (success)</span></div>
                        </div>
                    </a></li>
                    <li><a href="#"><span class="task-item">Convert HTML to Wordpress<small
                            class="pull-right text-muted">78% Complete
                    </small></span>

                        <div class="progress progress-sm">
                            <div role="progressbar" aria-valuenow="78" aria-valuemin="0" aria-valuemax="100"
                                 style="width: 78%;" class="progress-bar progress-bar-yellow"><span
                                    class="sr-only">78% Complete (success)</span></div>
                        </div>
                    </a></li>
                    <li><a href="#">See all tasks</a></li>
                </ul>
            </li>
            <li class="dropdown"><a data-toggle="dropdown" href="#" class="dropdown-toggle"><img
                    src="http://lorempixel.com/128/128/people/9/" alt="" class="img-responsive img-circle"/>&nbsp;
                Jessica
                &nbsp;<span class="caret"></span></a>
                <ul class="dropdown-menu dropdown-user pull-right animated bounceInLeft">
                    <li>
                        <div class="navbar-content">
                            <div class="row">
                                <div class="col-md-5 col-xs-5"><img
                                        src="http://lorempixel.com/128/128/people/9/" alt=""
                                        class="img-responsive img-circle"/>

                                    <p class="text-center mtm"><a href="#" class="change-avatar">
                                        <small>Change Avatar</small>
                                    </a></p>
                                </div>
                                <div class="col-md-7 col-xs-5"><span>Jessica</span>

                                    <p class="text-muted small">example@mail.com</p>

                                    <div class="divider"></div>
                                    <a href="#" class="btn btn-primary btn-sm">View Profile</a></div>
                            </div>
                        </div>
                        <div class="navbar-footer">
                            <div class="navbar-footer-content">
                                <div class="row">
                                    <div class="col-md-6 col-xs-6"><a href="#" class="btn btn-default btn-sm">Change
                                        Password</a></div>
                                    <div class="col-md-6 col-xs-6"><a href="page-lock-screen.html"
                                                                      class="btn btn-default btn-sm pull-right">Sign
                                        Out</a></div>
                                </div>
                            </div>
                        </div>
                    </li>
                </ul>
            </li>
        </ul>
    </div>
</nav>
<!--BEGIN MODAL CONFIG PORTLET-->
<div id="modal-config" class="modal fade">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" data-dismiss="modal" aria-hidden="true" class="close">&times;</button>
                <h4 class="modal-title">Modal title</h4></div>
            <div class="modal-body"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eleifend et
                nisl eget porta. Curabitur elementum sem molestie nisl varius, eget tempus odio molestie. Nunc
                vehicula sem arcu, eu pulvinar neque cursus ac. Aliquam ultricies lobortis magna et aliquam.
                Vestibulum egestas eu urna sed ultricies. Nullam pulvinar dolor vitae quam dictum condimentum.
                Integer a sodales elit, eu pulvinar leo. Nunc nec aliquam nisi, a mollis neque. Ut vel felis
                quis tellus hendrerit placerat. Vivamus vel nisl non magna feugiat dignissim sed ut nibh. Nulla
                elementum, est a pretium hendrerit, arcu risus luctus augue, mattis aliquet orci ligula eget
                massa. Sed ut ultricies felis.</p></div>
            <div class="modal-footer">
                <button type="button" data-dismiss="modal" class="btn btn-default">Close</button>
                <button type="button" class="btn btn-primary">Save changes</button>
            </div>
        </div>
    </div>
</div>
<!--END MODAL CONFIG PORTLET--><!--END TOPBAR--><!--BEGIN SIDEBAR MENU-->
<nav id="sidebar" role="navigation" class="navbar-default navbar-static-side">
    <div class="sidebar-collapse menu-scroll">
        <ul id="side-menu" class="nav">
            <li class="clock"><strong id="get-date"></strong>

                <div class="digital-clock">
                    <div id="getHours" class="get-time"></div>
                    <span>:</span>

                    <div id="getMinutes" class="get-time"></div>
                    <span>:</span>

                    <div id="getSeconds" class="get-time"></div>
                </div>
            </li>
            <li class="sidebar-heading"><h4>Main Menu</h4></li>
            <li><a href="index.html"><i class="fa fa-home fa-fw"></i><span
                    class="menu-title">Dashboard</span><span class="fa arrow"></span><span
                    class="badge badge-primary">3</span></a>
                <ul class="nav nav-second-level">
                    <li><a href="index.html">General</a></li>
                    <li><a href="dashboard-shopping.html">Shopping Dashboard</a></li>
                    <li><a href="dashboard-blog.html">Blog Dashboard</a></li>
                </ul>
            </li>
            <li><a href="#"><i class="fa fa-laptop fa-fw"></i><span class="menu-title">Layouts</span><span
                    class="fa arrow"></span></a>
                <ul class="nav nav-second-level">
                    <li><a href="layout-left-sidebar.html">Left Sidebar</a></li>
                    <li><a href="layout-left-sidebar-collapsed.html">Left Sidebar Collapsed<span
                            class="label label-primary">New</span></a></li>
                    <li><a href="layout-right-sidebar.html">Right Sidebar</a></li>
                    <li><a href="layout-right-sidebar-collapsed.html">Right Sidebar Collapsed<span
                            class="label label-primary">New</span></a></li>
                    <li><a href="layout-boxed.html">Boxed Layout</a></li>
                </ul>
            </li>
            <li><a href="#"><i class="fa fa-bookmark fa-fw"></i><span class="menu-title">UI Elements</span><span
                    class="fa arrow"></span></a>
                <ul class="nav nav-second-level">
                    <li><a href="ui-general.html">General</a></li>
                    <li><a href="ui-buttons.html">Buttons</a></li>
                    <li><a href="ui-typography.html">Typography</a></li>
                    <li><a href="ui-modals.html">Modals</a></li>
                    <li><a href="ui-tabs-accordions-navs.html">Tabs, Accordions & Navs</a></li>
                    <li><a href="ui-sliders.html">Sliders</a></li>
                    <li><a href="ui-nestable-list.html">Nestable List</a></li>
                    <li><a href="ui-icons.html">Icons</a></li>
                    <li><a href="ui-portlets.html">Portlets</a></li>
                </ul>
            </li>
            <li><a href="#"><i class="fa fa-edit fa-fw"></i><span class="menu-title">Forms</span><span
                    class="fa arrow"></span></a>
                <ul class="nav nav-second-level">
                    <li><a href="form-layouts.html">Form Layouts</a></li>
                    <li><a href="form-components.html">Form Components</a></li>
                    <li><a href="form-wizard.html">From Wizard<span class="label label-primary">New</span></a>
                    </li>
                    <li><a href="form-editors.html">Form Editors<span class="label label-primary">New</span></a>
                    </li>
                    <li><a href="form-validation.html">Form Validation</a></li>
                    <li><a href="form-multiple-file-upload.html">Multiple File Upload</a></li>
                    <li><a href="form-dropzone-file-upload.html">Dropzone File Upload</a></li>
                </ul>
            </li>
            <li><a href="#"><i class="fa fa-th-list fa-fw"></i><span class="menu-title">Tables</span><span
                    class="fa arrow"></span></a>
                <ul class="nav nav-second-level">
                    <li><a href="table-basic.html">Basic Tables</a></li>
                    <li><a href="table-responsive.html">Responsive Tables</a></li>
                    <li><a href="table-editable.html">Editable Tables</a></li>
                    <li><a href="table-advanced.html">Advanced Tables</a></li>
                </ul>
            </li>
            <li><a href="#"><i class="fa fa-file-o fa-fw"></i><span class="menu-title">Pages</span><span
                    class="fa arrow"></span></a>
                <ul class="nav nav-second-level">
                    <li><a href="page-signin.html">Sign In</a></li>
                    <li><a href="page-signup.html">Sign Up</a></li>
                    <li><a href="page-lock-screen.html">Lock Screen</a></li>
                    <li><a href="page-invoice.html">Invoice</a></li>
                    <li><a href="page-pricing-table.html">Pricing Tables</a></li>
                    <li><a href="page-fullcalendar.html">Full Calendar</a></li>
                    <li><a href="page-blank.html">Blank</a></li>
                    <li><a href="page-404.html">404 Page</a></li>
                    <li><a href="page-500.html">500 Page</a></li>
                    <li><a href="javascript:void(0)" title="FullScreen" class="btn-fullscreen">Full Screen</a>
                    </li>
                </ul>
            </li>
            <li><a href="#"><i class="fa fa-sitemap fa-fw"></i><span
                    class="menu-title">Multi-Level Dropdown</span><span class="fa arrow"></span></a>
                <ul class="nav nav-second-level">
                    <li><a href="#">Second Level Item</a></li>
                    <li><a href="#">Second Level Item</a></li>
                    <li><a href="#">Third Level<span class="fa arrow"></span></a>
                        <ul class="nav nav-third-level">
                            <li><a href="#">Third Level Item</a></li>
                            <li><a href="#">Third Level Item</a></li>
                            <li><a href="#">Third Level Item</a></li>
                            <li><a href="#">Third Level Item</a></li>
                        </ul>
                    </li>
                </ul>
            </li>
            <li class="sidebar-heading"><h4>Extras</h4></li>
            <li><a href="charts.html"><i class="fa fa-bar-chart-o fa-fw"></i><span
                    class="menu-title">Charts</span></a></li>
            <li><a href="transitions.html"><i class="fa fa-eye fa-fw"></i><span
                    class="menu-title">Transitions</span></a></li>
        </ul>
    </div>
</nav>
<!--END SIDEBAR MENU--><!--BEGIN PAGE WRAPPER-->
<div id="page-wrapper"><!--BEGIN PAGE HEADER & BREADCRUMB-->
    <div class="page-header-breadcrumb">
        <div class="page-heading hidden-xs"><h1 class="page-title"></h1></div>
        <ol class="breadcrumb page-breadcrumb">
            <li><i class="fa fa-home"></i>&nbsp;<a href="index.html">Home</a>&nbsp;&nbsp;<i
                    class="fa fa-angle-right"></i>&nbsp;&nbsp;</li>
            <li><a href="#"></a>&nbsp;&nbsp;<i class="fa fa-angle-right"></i>&nbsp;&nbsp;</li>
            <li class="active"></li>
        </ol>
    </div>
    <!--END PAGE HEADER & BREADCRUMB--><!--BEGIN CONTENT-->
    <div class="page-content"><h1>Date Range Picker for Bootstrap</h1>

        <p><img src="http://i.imgur.com/LbAMf3D.png" alt="Improvely.com"></p>

        <p>This date range picker component for Bootstrap creates a dropdown menu from which a user can
            select a range of dates. I created it while building the UI for <a
                    href="http://www.improvely.com">Improvely</a>,
            which needed a way to select date ranges for reports.</p>

        <p>If invoked with no options, it will present two calendars to choose a start
            and end date from. Optionally, you can provide a list of date ranges the user can select from
            instead
            of choosing dates from the calendars. If attached to a text input, the selected dates will be
            inserted
            into the text box. Otherwise, you can provide a custom callback function to receive the
            selection.</p>

        <p><strong><a href="http://www.dangrossman.info/2012/08/20/a-date-range-picker-for-twitter-bootstrap/">View
            a demo</a></strong></p>

        <h2>Usage</h2>

        <p>This component relies on <a href="http://getbootstrap.com">Bootstrap</a>,
            <a href="http://momentjs.com/">Moment.js</a> and <a href="http://jquery.com/">jQuery</a>.</p>

        <p>Separate stylesheets are included for use with Bootstrap 2 or Bootstrap 3.</p>

        <p>Basic usage:</p>
<pre><code>&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.js&quot;&gt;&lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot; src=&quot;moment.js&quot;&gt;&lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot; src=&quot;daterangepicker.js&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;bootstrap.css&quot; /&gt;
    &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;daterangepicker-bs3.css&quot; /&gt;

    &lt;script type=&quot;text/javascript&quot;&gt;
    $(document).ready(function() {
    $(&#39;input[name=&quot;daterange&quot;]&#39;).daterangepicker();
    });
    &lt;/script&gt;</code></pre>
        <p>The constructor also takes an optional options object and callback function. The function will be
            called whenever
            the selected date range has been changed by the user, and is passed the start and end dates (moment
            date objects) as
            parameters.</p>
<pre><code>$(&#39;input[name=&quot;daterange&quot;]&#39;).daterangepicker(
    {
    format: &#39;YYYY-MM-DD&#39;,
    startDate: &#39;2013-01-01&#39;,
    endDate: &#39;2013-12-31&#39;
    },
    function(start, end) {
    alert(&#39;A date range was chosen: &#39; + start.format(&#39;YYYY-MM-DD&#39;) + &#39; to &#39; + end.format(&#39;YYYY-MM-DD&#39;));
    }
    );</code></pre>
        <h2>Options Reference</h2>

        <p><code>startDate</code>: (Date object, moment object or string) The start of the initially selected
            date range</p>

        <p><code>endDate</code>: (Date object, moment object or string) The end of the initially selected date
            range</p>

        <p><code>minDate</code>: (Date object, moment object or string) The earliest date a user may select</p>

        <p><code>maxDate</code>: (Date object, moment object or string) The latest date a user may select</p>

        <p><code>dateLimit</code>: (object) The maximum span between the selected start and end dates. Can have
            any property you can add to a moment object (i.e. days, months)</p>

        <p><code>showDropdowns</code>: (boolean) Show year and month select boxes above calendars to jump to a
            specific month and year</p>

        <p><code>showWeekNumbers</code>: (boolean) Show week numbers at the start of each week on the calendars
        </p>

        <p><code>timePicker</code>: (boolean) Allow selection of dates with times, not just dates</p>

        <p><code>timePickerIncrement</code>: (number) Increment of the minutes selection list for times (i.e. 30
            to allow only selection of times ending in 0 or 30)</p>

        <p><code>timePicker12Hour</code>: (boolean) Use 12-hour instead of 24-hour times, adding an AM/PM select
            box</p>

        <p><code>ranges</code>: (object) Set predefined date ranges the user can select from. Each key is the
            label for the range, and its value an array with two dates representing the bounds of the range</p>

        <p><code>opens</code>: (string: &#39;left&#39;/&#39;right&#39;) Whether the picker appears aligned to
            the left or to the right of the HTML element it&#39;s attached to</p>

        <p><code>buttonClasses</code>: (array) CSS class names that will be added to all buttons in the picker
        </p>

        <p><code>applyClass</code>: (string) CSS class string that will be added to the apply button</p>

        <p><code>cancelClass</code>: (string) CSS class string that will be added to the cancel button</p>

        <p><code>format</code>: (string) Date/time format string used by moment when parsing or displaying the
            selected dates</p>

        <p><code>separator</code>: (string) Separator string to display between the start and end date when
            populating a text input the picker is attached to</p>

        <p><code>locale</code>: (object) Allows you to provide localized strings for buttons and labels, and the
            first day of week for the calendars</p>

        <h2>License</h2>

        <p>This code is made available under the same license as Bootstrap. Moment.js is included in this
            repository
            for convenience. It is available under the <a
                    href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</p>

        <p>--</p>

        <p>Copyright 2012-2013 Dan Grossman</p>

        <p>Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
            you may not use this file except in compliance with the License.
            You may obtain a copy of the License at</p>

        <p><a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>
        </p>

        <p>Unless required by applicable law or agreed to in writing, software
            distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
            WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
            See the License for the specific language governing permissions and
            limitations under the License.</p>
    </div>
    <!--END CONTENT--><!--BEGIN FOOTER-->
    <div class="page-footer">
        <div class="copyright">2014 © Odin - The Ultimate Responsive Admin Template.</div>
    </div>
    <!--END FOOTER--></div>
<!--END PAGE WRAPPER--></div>
</div>
<script src="js/jquery-1.9.1.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<!--loading bootstrap js-->
<script src="vendors/bootstrap/js/bootstrap.min.js"></script>
<script src="vendors/bootstrap-hover-dropdown/bootstrap-hover-dropdown.js"></script>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<script src="vendors/metisMenu/jquery.metisMenu.js"></script>
<script src="vendors/slimScroll/jquery.slimscroll.js"></script>
<script src="vendors/jquery-cookie/jquery.cookie.js"></script>
<script src="js/jquery.menu.js"></script>
<script src="vendors/jquery-pace/pace.min.js"></script>
<!--LOADING SCRIPTS FOR PAGE--><!--CORE JAVASCRIPT-->
<script src="js/main.js"></script>
<script src="js/holder.js"></script>
<script type="text/javascript">(function (i, s, o, g, r, a, m) {
    i['GoogleAnalyticsObject'] = r;
    i[r] = i[r] || function () {
        (i[r].q = i[r].q || []).push(arguments)
    }, i[r].l = 1 * new Date();
    a = s.createElement(o),
            m = s.getElementsByTagName(o)[0];
    a.async = 1;
    a.src = g;
    m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-145464-11', 'next-themes.com');
ga('send', 'pageview');


</script>
</body>
</html>