Skip to main content

Notifications

In Calendar, Application Make weekends and Sundays in red color

In Calendar, the Application Make weekends and Sundays in red color

1) Make a Calendar Application by using Gallery and Controls

2) Change the Fill Color Property of the Application

3) In Gallery Change > select The Template > Fill Property of it Put -

 

 If(Text(ThisItem.Date,"dddd")="Saturday",Red, If( Text(ThisItem.Date,"dddd")="Sunday" ,Red,White))

 

4) See The Result ---

 

@jadhav_ravi_oo7 

 

 

Comments

*This post is locked for comments