<?php
$system_date = Date(m/d/Y);
<input type = "Date" value = <? echo $system_date; ?>
?>
I want to set system date to above date box.But this will not work.If I change type to text then it will work as I want.What is the problem here.How can I set system date to text box which type is Date.Please help me.If there is any other way to do the same thing please let me know.
Thanks.