I'd like to color events for current day. Right now its colors my next event which is days away.
Ideas are appreciated.
Ideas are appreciated.
Use the following code as an advanced parameter on your calendar text field and put in the color you want to use as highlight:I'd like to color events for current day. Right now its colors my next event which is days away.
Ideas are appreciated.
$#C0SddMM#=#DddMM#?[c]<the_highlight_color_you_want[/c]$
Use the following code as an advanced parameter on your calendar text field and put in the color you want to use as highlight:
If you display more than one event, you need to use this code on every module and replace C0 with C1, C2, ...Code:$#C0SddMM#=#DddMM#?[c]<the_highlight_color_you_want[/c]$
This is exactly what the code is doing! It checks if the event dayMonth combo equals to todays dayMonth combo and only if that is true it sets the color of the text to the set highlight color.Thank you for the reply. Here is my dilemma, when it still highlights the next event even if it is not the current day. I was hoping to highlight only if the event is in the current day. Hope I am explaining this correctly.
Thank you for replying I appreciate it.
Use the following code as an advanced parameter on your calendar text field and put in the color you want to use as highlight:
If you display more than one event, you need to use this code on every module and replace C0 with C1, C2, ...Code:$#C0SddMM#=#DddMM#?[c]<the_highlight_color_you_want[/c]$
This is exactly what the code is doing! It checks if the event dayMonth combo equals to todays dayMonth combo and only if that is true it sets the color of the text to the set highlight color.