Fix date help order to match input field.
This commit is contained in:
parent
8ee1270391
commit
9c48d2e0da
@ -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 />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user