1 2 3 4 5 6 7
<!DOCTYPE html> <body> <form> <input type="date"> <input type="date" value="2012-10-09"> </form> </body>