Fix: Ajout format saisie
This commit is contained in:
parent
75fc0e54b0
commit
1be9b7e232
@ -299,7 +299,7 @@ if ($chid > 0)
|
|||||||
print "<td>";
|
print "<td>";
|
||||||
if ($cha->paye==0 && $_GET['action'] == 'edit')
|
if ($cha->paye==0 && $_GET['action'] == 'edit')
|
||||||
{
|
{
|
||||||
print "<input type=\"text\" name=\"period\" value=\"".strftime("%Y%m%d",$cha->periode)."\">";
|
print "<input type=\"text\" name=\"period\" value=\"".strftime("%Y%m%d",$cha->periode)."\"> (YYYYMMDD)";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user