Bootstrap-datetimepicker the timeline arrows cannot be displayed

Source: Internet
Author: User

https://segmentfault.com/q/1010000000503224

***************************************************

I use Bootstrap-datetimepicker+bootstrap v3, but this plugin uses the time, and does not match V3, still call is bootstrap V2 icon, the code is:

<i class= "Icon-arrow-right" ></i>


Workaround:

The class value of input uses Form-control or the Bootcssver value is set directly to 3 in the DateTimePicker options, otherwise DateTimePicker will not show arrows

Bootcssver:3,

eg

<input id= "Dtstart" name= "Dtstart" type= "text" style= "width:130px" ></input>
        $ ("#dtStart"). DateTimePicker ({  minview: "Day",
            bootcssver:3,
            format: "Yyyy-mm-dd hh:00",//Date format
            autoclose:true,//Check close
            todaybtn:true//today button
        });
		
		
		$ ("#dtEnd"). DateTimePicker ({  minview: "Month",//settings only displayed to the month
            bootcssver:3,
            format: "YYYY-MM-DD",//Date format
            autoclose:true,//Check Close
            todaybtn:true//today button
        });
		
        $ ("#timeEnd"). DateTimePicker ({  
            bootcssver:3,
            format: "HH",//Date format
            startview:1,
            minutestep:60 ,
            Minview: "Day",
            autoclose:true,//check close
            todaybtn:true//today button
       });




Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.