Fix: Ajout format saisie

This commit is contained in:
Laurent Destailleur 2007-11-04 22:08:14 +00:00
parent 75fc0e54b0
commit 1be9b7e232

View File

@ -299,7 +299,7 @@ if ($chid > 0)
print "<td>";
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
{