Questions tagged [primeng-calendar]
112 questions
0
votes
1 answer
Angular: Set default dates for p-calendar
I like to set default Dates for p-calendar PrimeNG component, how do I do that in Angular?

kenadet
- 245
- 5
- 13
0
votes
1 answer
Allow selecting only first day of month in PrimeNG calendar
I have angular application that uses PrimeNG calendar component.
I need to add a restriction to select only first date of each month.
The component has feature of disabling certain dates by setting disabledDates property, or certain days of the…

Sasha Shpota
- 9,436
- 14
- 75
- 148
0
votes
2 answers
How to set calendar using PrimeNG calendar?
I have a calendar control and I want to set some value to it, but I get the following error on the below line and value also does not get set.
this.data.dateIn = this.selecteddata.dateIn;

Vivek Nuna
- 25,472
- 25
- 109
- 197
0
votes
1 answer
PrimeNG calendar not hiding after selection of value
In Angular 2, I am using PrimeNG calendar using model driven form with *ngSwitchCase as follows
...

Amanpreet
- 11
- 6
-1
votes
1 answer
In PrimeNG, how do I set a border color for the p-calendar component when no data is entered?
I'm using Angular 14 and PrimeNG 14. I have a p-calendar component that I would like to style with a red border color if the user has not entered a value. I have

Dave
- 15,639
- 133
- 442
- 830
-1
votes
3 answers
how to change height and width of primeng v11.2.0 p-calendar?
How to change height and width of below p-calendar of primeng version 11.2.0
https://primefaces.org/primeng/showcase/#/calendar
I want to use the above p-calendar on my Angular application.
I tried below CSS, but didn't worked.
.ui-calendar…

S.Chandra Sekhar
- 453
- 3
- 11
- 22
-1
votes
3 answers
PrimeNG Calendar - can't disable days or dates
I am using Angular 2 and trying to get a PrimeNG calendar datepicker to allow me to disable specific days (holidays) as well as weekends.
Their documentation says I should be able to do both and gives an example which I've tried to implement. …

default_noob_network
- 1,204
- 3
- 19
- 39