Fix date help order to match input field.
This commit is contained in:
@@ -5,7 +5,7 @@ start_html("Create new post");
|
|||||||
|
|
||||||
<h1>Create new post</h1>
|
<h1>Create new post</h1>
|
||||||
<form action="createpost.php" method="post">
|
<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 />
|
<br />
|
||||||
Title: <input type="text" name="title">
|
Title: <input type="text" name="title">
|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
Reference in New Issue
Block a user