Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Ali said:gives u time elapsed in millisec
Ali said:Thats what happens when you reply to a thread from ur phone before you even get out of bed..
can not with a direct example of such detail I will make running an automated process do the terms taken from a datetime filed out. 08/06/12 at 01:33:58 PM .
SET HOURS TO 24
* -- Check If Current DateTime More Than OUT Time --
tOutDateTime = <get this DateTime value from somewhere - possibly a value entered into a server data table through a internet cafe 'management' workstation>
cCurrentDateTime = DTOC(DATE()) + ' ' + TIME()
tCurrentDateTime = CTOT(cCurrentDateTime)
IF tCurrentDateTime >= tOutDateTime
<do whatever you need to do>
ENDIF