Answers for "today's date value html"

6

how to display current date in html

var today = new Date();
Posted by: Guest on December-04-2019
0

html print today date

<input type='date' id='hasta' value='<?php echo date('Y-m-d');?>'>
Posted by: Guest on February-09-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language