Answers for "php how to get current time in input field"

PHP
0

current date time in php for input

<input type="datetime-local" name="followupon" value=<?php echo date('Y-m-dTH:i:s'); ?>">
Posted by: Guest on May-03-2021

Code answers related to "php how to get current time in input field"

Browse Popular Code Answers by Language