Quote:
Originally Posted by BirdOPrey5
Try:
Code:
<vb:if condition="gmdate('D') == 'Wed' ">
Test
</vb:if>
|
I tried putting the following conditions that you recommended in this code for a widget and even when it is not Wednesday it still displays. Any ideas or help would be appreciated.
Code:
<vb:if condition="gmdate('D') == 'Wed' ">
<b>Tonight is a chat night, Scheduled time is 8 pm.</b><br>
</vb:if>