HTML-Prototype Schulpaket

<insert-markup>2.3.1.13-</insert-markup>
Markup: templates/output/04-elements/forms/input/datetime-local.html

<div class="form-group">
  <label for="demoformid-idtl">Birthday (date and time)</label>
  <input class="" type="datetime-local" name="" id="demoformid-idtl" value="1970-01-01T00:00"/>
</div>
<div class="form-group has-error">
  <label for="demoformid-idtl-error">Birthday (date and time)</label>
  <input class="" type="datetime-local" name="" id="demoformid-idtl-error" value="1970-01-01T00:00"/>
  <div class="form-group__error" role="alert">This field is required</div>
</div>
Source: assets/sass/04-elements/_elements.forms.scss, line 228