How to add date in expression? - Printable Version +- TACTIC Open Source (http://forum.southpawtech.com) +-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3) +--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4) +--- Thread: How to add date in expression? (/showthread.php?tid=85) |
How to add date in expression? - EricTsuei - 03-26-2020 How to add date in expression? sthpw/status_log["timestamp",">",@GET(.user_input_date)]["timestamp","<",@GET(.user_input_date)+1]] and this "+1" can't work. and I can't find any tips in tactic docs. or simply, is date can use "EQ" ? or other methods? not only ">" ,"<" ? RE: How to add date in expression? - listy - 03-26-2020 Hi! You should use 'is after' or 'is before' instead of "<>" RE: How to add date in expression? - EricTsuei - 03-27-2020 Hmm. ">" "<"works actually, but can't find "EQ" or on some specific day. RE: How to add date in expression? - listy - 03-27-2020 (03-27-2020, 12:46 AM)EricTsuei Wrote: Hmm. ">" "<"works actually, but can't find "EQ" or on some specific day.To find a specific day use "is on" |