Posts

Showing posts with the label Bootstarp

How to set Datepicker in bootstrap with DateFormat

You are working on bootstrap and you want to add datepicker, then you have to use bootstrap-datepicker library. but if you are new and how to add datepicker in bootstrap then I provide you an example of bootstrap datepicker. How to set Datepicker in bootstrap Datepicker, how to use datepicker in bootstrap, implement bootstrap datepicker, use bootstrap datepicker in PHP, how to use bootstrap datepicker in HTML. <title> How To Use Datepiker </title> <link href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel = "stylesheet" > <link href = "https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.5.0/css/bootstrap-datepicker.css" rel = "stylesheet" > <script src = "http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js" ></script> <script src = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js