Answers for "php input date time"

PHP
0

how assign current date to input type date html in php

<input type="date" value="<?php echo date("Y-m-d"); ?>">
Posted by: Guest on December-01-2021

Browse Popular Code Answers by Language