mardi 7 janvier 2020

how to get datepicker in bootstrap 4.3.1 , i got one but that is for bootstrap 4.0.0

i want to use datepicker in bootstrap 4.3.1 cdn but i am not able to get it

    <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
    <link rel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
              <script src="https://unpkg.com/gijgo@1.9.13/js/gijgo.min.js" type="text/javascript"></script>
              <link href="https://unpkg.com/gijgo@1.9.13/css/gijgo.min.css" rel="stylesheet" type="text/css" />
              </head>
              <body>
              <input id="datepickerfrom" name="datepickerfrom" width="250" required />
              <script>
                  $('#datepickerfrom').datepicker({
                      uiLibrary: 'bootstrap4'
                  });
              </script>



Aucun commentaire:

Enregistrer un commentaire