So I currently have a text set up to every tick display Browser.ExecJS("Date()") which puts out the date time etc.
Currently it says Jan 30 2020 15:20:12
I am looking for a way to say if the day portion = 31 do event or something along those lines so I can implement daily resets.
Any ideas?