problem displaying initial value edibox with datatype date
Posted: Fri Dec 17, 2021 5:29 pm
Why is the inital value inserted to editbox field with data type date not showing?
this is the complete html of the page
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Page</title>
<meta name="generator" content="WYSIWYG Web Builder 16 - https://www.wysiwygwebbuilder.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="Untitled1.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
</head>
<body>
<div id="wb_indexLayoutGrid1">
<div id="indexLayoutGrid1">
<div class="row">
<div class="col-1">
</div>
<div class="col-2">
<input type="date" id="indexEditbox1" style="display:block;width: 100%;height:26px;z-index:0;" name="indexEditbox1" value="20-12-2021" spellcheck="false">
</div>
<div class="col-3">
</div>
</div>
</div>
</div>
</body>
</html>
best regards Michael Fiil Denmark
this is the complete html of the page
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Page</title>
<meta name="generator" content="WYSIWYG Web Builder 16 - https://www.wysiwygwebbuilder.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="Untitled1.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
</head>
<body>
<div id="wb_indexLayoutGrid1">
<div id="indexLayoutGrid1">
<div class="row">
<div class="col-1">
</div>
<div class="col-2">
<input type="date" id="indexEditbox1" style="display:block;width: 100%;height:26px;z-index:0;" name="indexEditbox1" value="20-12-2021" spellcheck="false">
</div>
<div class="col-3">
</div>
</div>
</div>
</div>
</body>
</html>
best regards Michael Fiil Denmark