date serial

  • Thread starter Thread starter Striker
  • Start date Start date
S

Striker

How do I get today's date as a serial into a variable?

dim dDate as Date
dDate = serial NOW()

Of course the above does not work.
 
dim lDate as long
ldate = clng(date)


How do I get today's date as a serial into a variable?

dim dDate as Date
dDate = serial NOW()

Of course the above does not work.
 
Back
Top