My data source is coming from sharepoint list. Which has field called "RenewalDate".
I see the data in the gallery view.
I want to apply color for the following criteria :
If RenewalDate is equal to today date OR less than than today date then apply red color font (this will indicate user that its already expired)
If RenewalDate is greater than today and within the date range of Today+15 days then Blue color font (this will indicate user to prepare as its approaching to expire date)
If this above criteria not there, then let the font color to be blank as normal.
Please guide how to apply this on the gallery data.