I’m pulling the datetime via the worldtimeApi in London
When and only when the datetime in London is the same as the user’s local time I want a link to show.
Else, I want 2 other links to show.
Do I need to make the date into a value so I can compare it with = in Conditional?
Thanks for the advice.
I’m trying to compare the two values and if they are within 5 seconds range, then, and only then will I display a link/text below. Otherwise, if the difference is greater than 5 seconds, then I’ll display another link.
I’m reading the documentation and testing, I’ll probably eventually figure it out, but if you know from the top of your head, that would be great.