php - Disable time picker in Datetime picker -


i want disable time picker in datetime picker.i using parameters picktime: false , format: "dd mm yyyy" .but no use..i'm using http://eonasdan.github.io/bootstrap-datetimepicker/

      <script type="text/javascript">         $(function () {             $('#datetimepicker1').datetimepicker();              format: "dd mm yyyy"          });     </script> 

plzz give solution

better use date , have multiple options it

have @ this

bootstrap datepicker


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -