Answers for "html value date today"

0

html print today date

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

how to set input date to today date on initialization

date: new FormControl((new Date()).toISOString().substring(0, 10)),
Posted by: Guest on December-17-2020

Browse Popular Code Answers by Language