View Full Version : current n system date


moody0577
03-13-2007, 12:44 AM
dear all

what is the difference between current date and system date?


for current date : =now()

for system date : =date()

am i right as above?

many many thx

Dennisk
03-13-2007, 01:16 AM
Date returns the date only 01/04/2007
Now() return date and time 01/04/2007 11:30:01

moody0577
03-13-2007, 04:30 PM
ok now i understand it

how to create if system date is smaller than today date then ask to adjust the date in the pc date and time system

can you give me a simple sample

many many thx

Dennisk
03-14-2007, 01:10 AM
the system date is the date obtained from the date() function so they will always be the same.