I was wondering how to compare two times. I would like to do something similar to:
Code: Select all
if @dateval("17:00")<@now then
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
if @dateval("17:00")<@now then
Code: Select all
if @datepart(@now, "hh")<17) then
Users browsing this forum: No registered users and 1 guest