What I want to do is that when entering my page, my two default date fields show the current date, these are my fields
<div class="form-group">
<div class="input-group date" id="datetimepicker1">
<input id="fechInicio...
I am using modals, datetimepicker and selectpicker in a single project and I managed to make everything work together in the following way
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport...