Mfarhs
Mfarhs

Reputation: 33

Ngx datepicker showing days of previous month

I have some issue for the ngx date-picker calendar. The calendar show the days of the previous month. This is an example :

http://zupimages.net/viewer.php?id=19/16/rj9b.png enter image description here

I have found the properties "selectFromOtherMonth" of the "BsDatepickerConfig" but it stil not working. Maybe I doing wrong...

Thank's for any help.

Upvotes: 2

Views: 890

Answers (1)

porgo
porgo

Reputation: 1737

Its not days from previous month, it is a number of week. You should use a showWeekNumbers property set to false to avoid this

Upvotes: 4

Related Questions