Discussion
IN
Last activity: 18 May 2022 11:48 EDT
How to show a calendar with holidays marked or highlighted
Hi Team,
I have a requirement to show calendar icon with weekends and public holidays highlighted, is there any OOTB functionality.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Updated: 27 Apr 2022 16:38 EDT
Toyota Financial Services
AU
Hi,
My observation, we need to write a custom control referring the calendar instance to display the Business days. There is no OOTB control where we can configure to select to display only business days.
Thanks
Sandeep P V
Updated: 27 Apr 2022 16:38 EDT
IN
Yeah :(
Updated: 27 Apr 2022 16:38 EDT
Pegasystems Inc.
US
Use the below code in userWorkForm and check once.
<style>
tbody[id="controlCalBody"] tr td:nth-child(6){
background: red;
}
tbody[id="controlCalBody"] tr td:nth-child(7){
background: red;
}
</style>
Updated: 27 Apr 2022 16:38 EDT
IN
Hi Rachit,
Thank you I am able to color code weekends . However my requirement is to take a calendar data instance as input based on country and year and display holidays in red. can you please guide me .
Updated: 27 Apr 2022 16:38 EDT
IN
This is not working always as we are hardcoding to display 6 ,7 th line in red. PFA screen shot.
Updated: 27 Apr 2022 16:38 EDT
IN
Hi Team,
Can i get some help to display holidays of a country in red.
Regards
Pavani
Updated: 27 Apr 2022 16:38 EDT
IT
ID
HI,
how about, just change date color on Selected month
Updated: 27 Apr 2022 16:38 EDT
IT
ID
what if i need just change color on date on august in my case
can i change on that popup?
Updated: 27 Apr 2022 16:38 EDT
IN
Hi Team, I am still looking for a help on this , and i strongly this is a drawback in pega. Please do the needful to achieve this.
Updated: 27 Apr 2022 16:38 EDT
Pegasystems Inc.
US
Hi Pavanir6
An enhancement (FDBK-26658) was created for this back in May (2018) through this post.
https://collaborate.pega.com/idea/how-map-calendar-instance-calendar-control
If you want to bring focus to this particular feature, you'll need to engage your account team so that they can raise this with our product management team (when doing so, refer to FDBK-26658).
Thanks,
Bhuvana.