datetime local html5 with yyyy/mm/dd h:i:s code example
Example: html datetime-local format dd/mm/yyyy
<!--in input form we can set date format in dd/mm/yyyy using placeholder-->
<input type="date" placeholder="dd/mm/yyyy"> <!--use form tag currectly for see the changes-->