Apr 2, 2004 #1 sasa888 Programmer Oct 15, 2001 131 US Hi all, is it possible to calculate the hours between 2 date/time field?
Apr 27, 2004 #2 Joost10 Technical User Apr 27, 2004 4 NL yes, but i don't know excacly how, try something like this: var_1 = date_last - date_first hours = var_1.getHours() Upvote 0 Downvote
yes, but i don't know excacly how, try something like this: var_1 = date_last - date_first hours = var_1.getHours()