Answers for "mysql date time to display html input datetime-local value"

0

mysql date time to display html input datetime-local value

<!-- CONVERT MYSQL DATE TIME TO DISPLAY HTML INPUT[datetime-local] VALUE -->
<input type='datetime-local' name='datetime' value='<?php echo date("Y-m-d\TH:i", strtotime($details['datetime'])); ?>'>
Posted by: Guest on April-04-2022

Code answers related to "mysql date time to display html input datetime-local value"

Browse Popular Code Answers by Language