I am making an application which tells you how long it has been since you had sex, but I have stumbled into a problem. I don't know how to insert my Global Variables into the given string beneath.
(Browser.ExecJS("Date.UTC(2017, 6, 6)"))
I want to change (2017, 6, 6) to my Global Variables called (Year, Day, Month), but I don't know how?
- Thanks in advance