R
RAB
Hello,
Using asp.net 1.1 and VB, I would like to get the date and then fill 3
variables with data pertaining to the date.
dim day as integer
dim month as integer
dim year as integer
Dim value As DateTime
value = DateTime.Now
How do I fill the integers 'day', 'month' and 'year' with the
appropriate data from 'value'?
Thanks in advance,
RABMissouri2007
Using asp.net 1.1 and VB, I would like to get the date and then fill 3
variables with data pertaining to the date.
dim day as integer
dim month as integer
dim year as integer
Dim value As DateTime
value = DateTime.Now
How do I fill the integers 'day', 'month' and 'year' with the
appropriate data from 'value'?
Thanks in advance,
RABMissouri2007