You are not logged in.

#1 2015-06-04 08:48:13

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

HTML Date And Time Format:

HTML Date And Time Format:

<html>
<head>
<title>Date And Time</title>
</head>
<body>

<form action="action_page.php">

  Enter a date before 1993-07-25:
  <input type="date" name="bday" max="1993-07-25"><br>

  Enter a date after 2000-01-01:
  <input type="date" name="bday" min="2015-01-02"><br>

  Quantity (between 1 and 5):
  <input type="number" name="quantity" min="1" max="5"><br>

  <input type="submit">
 
</form>

</body>
</html>


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-06-04 08:48:13

Advertisement
Ads By Google

Re: HTML Date And Time Format:



\n

Board footer