Fix date help order to match input field.

This commit is contained in:
Elyrith 2013-08-10 00:55:38 -04:00
parent 8ee1270391
commit 9c48d2e0da

View File

@ -5,7 +5,7 @@ start_html("Create new post");
<h1>Create new post</h1>
<form action="createpost.php" method="post">
Date: (YYYY-MM-DD) <input type="date" name="date">
Date: (DD-MM-YYYY) <input type="date" name="date">
<br />
Title: <input type="text" name="title">
<br /><br />