Create Input Type Date in Javascript


<!DOCTYPE html>
<html>
     <head>
          <script type='text/javascript'
  src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
          <script type='text/javascript'
  src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
          <link rel="stylesheet" type="text/css"
  href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css">
    </head>

<body>
        <div data-role="page">
             <div data-role="content">
                  <input type="date" />
             </div>
       </div>
</body>

</html>

Comments

Popular posts from this blog

Shutdown Computer With Funny Reason

Hidden Attribute in javascript

Draw animated loading spinner canvas in Javascript