Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

247
Views
How can I use datetimepicker in Laravel 8?

How can I use a datetimepicker knowing that I use bootstrap4 and most of the solutions I found on the internet didn't work well and input type="datetime" feature is no longer supported by most browsers

    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" >
    <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.5.0/css/bootstrap-datepicker.css" rel="stylesheet">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.26.0/moment.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.5.0/js/bootstrap-datepicker.js"></script>
       

 <input id="id" name="datetime" type="text" class="form-control datetimepicker"  value="">

<script>
$(function () {
             $('.datetimepicker').datetimepicker();
         });
  
      
</script>
about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

instead of deprecated datetime you can use

<input type="datetime-local">

more details you can find on https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local

about 4 years ago · Juan Pablo Isaza Report

0

if you'r looking for better datepicker than basic . I will suggest you to use flatpikr , you can do much more using that like you can pick date between range, format date ,enable or disable certain date, enable or disable given range of date and it has better ui than basic calendar . check out it's examples.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!