|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
asd
my question is how many do I minus from now() to get the time 5 minutes earlier:
Is this right? timeform = now() -5 |
|
#2
|
|||
|
|||
|
i'm not sure.. but shouldn't the time be in seconds, if so 5mins=300s
Last edited by maljosh : February 5th, 2004 at 06:19 AM. |
|
#3
|
||||
|
||||
|
How about something like this for 5 minutes ago:
varTime5MinAgo = DateAdd("N", -5, Now())
__________________
J. Paul Schmidt www.Bullschmidt.com - Freelance Web and Database Developer www.Bullschmidt.com/DevTip.asp - Classic ASP Design Tips |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft Access Help > asd |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|