javascript - How to show week number in twitter bootstrap date picker - Stack Overflow

I"m using twitter bootstrap datepicker . refer the link I want to show week number like the follo

I"m using twitter bootstrap datepicker . refer the link /

I want to show week number like the following

I don't want to change the jquery plugin. I want to use only twitter bootstrap datepicker. How to show week number using this.

and

I want to show datepicker based on the culture. Please give me solution for this too..

Thank you for your effort to help me.

I"m using twitter bootstrap datepicker . refer the link http://www.eyecon.ro/bootstrap-datepicker/

I want to show week number like the following http://jsbin./omaqe/1/edit

I don't want to change the jquery plugin. I want to use only twitter bootstrap datepicker. How to show week number using this.

and

I want to show datepicker based on the culture. Please give me solution for this too..

Thank you for your effort to help me.

Share Improve this question asked Nov 27, 2013 at 7:07 user3035874user3035874
Add a ment  | 

2 Answers 2

Reset to default 12

In bootstrap datepicker, there is an option called calendarWeeks(a boolean dataType), Whether or not to show week numbers to the left of week rows.

$('#datepicker').datepicker({
    calendarWeeks: true
});

Fiddle

In angular 9 you have to use the following;

<input
  type="text"
  id="dateRangePicker"
  bsDaterangepicker
  [(ngModel)]="my-model"
  [bsConfig]="{
    showWeekNumbers: false
  }"
  name="bsDaterangepicker"
/>

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743630392a4481259.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信