Disable time in bootstrap date time picker

前端 未结 20 1418
夕颜
夕颜 2021-01-30 07:56

I am using bootstrap date time picker in my web application, made in PHP/HTML5 and JavaScript. I am currently using one from here: http://tarruda.github.io/bootstrap-datetimepic

20条回答
  •  再見小時候
    2021-01-30 08:37

    Check the below snippet

    You can refer http://eonasdan.github.io/bootstrap-datetimepicker/ for documentation and other functions in detail. This should work.

    Update to support i18n

    Use localized formats of moment.js:

    • L for date only
    • LT for time only
    • L LT for date and time

    See other localized formats in the moment.js documentation (https://momentjs.com/docs/#/displaying/format/)

提交回复
热议问题