PK

ADDRLIN : /home/questend/www/subdomain/trufflenation.questend.com_down/admin/student/
FLL :
Current File : /home/questend/www/subdomain/trufflenation.questend.com_down/admin/student/date.php

<!DOCTYPE html>
<html lang='en' class=''>

<head>

  <meta charset='UTF-8'>
  <title>CodePen Demo</title>

  <meta name="robots" content="noindex">
  
  
    <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css">

  <?php include_once '../layout/style.php'; ?>
</head>

<body>
  <label for="from">From</label> 
<input type="text" id="from" name="from"/> 

<label for="to">to</label> 
<input type="text" id="to" name="to"/>

<!-- 
D'ont forget to Load jQuery and jQuery UI 
-->

  <?php include_once '../layout/script.php'; ?>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
  

<script id="rendered-js">
    var dateToday = new Date();
    var dates = $("#from, #to").datepicker({
      defaultDate: "+1w",
      changeMonth: true,
      numberOfMonths: 3,
      minDate: dateToday,
      onSelect: function (selectedDate) {
        var option = this.id == "from" ? "minDate" : "maxDate",
        instance = $(this).data("datepicker"),
        date = $.datepicker.parseDate(instance.settings.dateFormat || $.datepicker._defaults.dateFormat, selectedDate, instance.settings);
        dates.not(this).datepicker("option", option, date);
      } });
    //# sourceURL=pen.js
</script>
</body>

</html>


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home