Here you can find all the code http://codepen.io/anon/pen/BjqxOq
I am showing a login form using Materialize CSS, which you can see in the codec above. It has two Login and Registration buttons. When you click on the register, a modal code is displayed containing the necessary registration fields, and one of them materializes the datetimepicker .
Is it possible to change the default body color for datetimepicker?
HTML
<div class="row"> <div class="input-field col s6">Date of Birth <input type="date" class="datepicker "> </div> </div>
Js
$(document).ready(function(){ $('.datepicker').pickadate({ selectMonths: true,
html css datetimepicker materialize
Heblev
source share