Bootstrap4 datepicker

<!DOCTYPE html>
<html>
<head>
	<title>BOOTSTRAP4 DATEPICKER | par NGLESSON</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="keyword" content="BOOTSTRAP4 DATEPICKER">
	<meta name="author" content="Mezgani said">
	<meta name="copyright" content="NGLESSON">
	<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet">
	<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/css/datepicker.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
	<link href="style.css" rel="stylesheet">
</head>
<body>
    <div class="container mt-5">
		<form class="row">
		  <h5 class="col-12 text-right">Intégrer Datepicker FR in input B4</h5>
		  <div class="form-group col-6">
			<label for="datepicker"><i class="fa fa-calendar"></i> Date</label>
			<input type="text" class="form-control" id="datepicker" readonly>
		  </div>
		</form>
	  </div>      
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>                       
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>                     
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/js/bootstrap-datepicker.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/locales/bootstrap-datepicker.fr.min.js"></script>  
<script src="script.js"></script>
</body>
</html>

                                    
$(function () {    
    $('#datepicker').datepicker({
      isRTL: true,
      autoclose: true, 
      todayHighlight: true,
      language: 'fr',
      format: 'dd-mm-yyyy'
    });
});
texte animate css

texte animate css

input radio checkbox b4 style

input radio checkbox b4 style

Timeline style05

Timeline style05

Timeline style01

Timeline style01

Tablet style code texte

Tablet style code texte

Pure CSS Percentage Circle

Pure CSS Percentage Circle

Loading Style snake

Loading Style snake

Input range slider HTML style03

Input range slider HTML style03

Image hover 07

Image hover 07

Elastic Content Slider

Elastic Content Slider

Double Scrollbar with Plugin Jquery in table

Double Scrollbar with Plugin Jquery in table

Carousel 8 bloc with B4

Carousel 8 bloc with B4