how to automatically fill in a date and time input in real time

Asked

Viewed 15 times

-1

                                        <div class="col-md-4">
                                            <div class="form-group">
                                                <label>Data de Entrada</label>
                                                <input type="date" class="form-control" required      >
                                            </div>
                                        </div>

                                        <div class="col-md-4">
                                            <div class="form-group">
                                                <label>Data de Saida</label>
                                                <input type="date" class="form-control" required >
                                            </div>
                                        </div>
                                    </div>

I would like the input date entered to be filled in with the date and time that someone registered

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.