I have VB 2010 Express Edition. I also have VB 6 Learning Edition. I am "dotnetizing" my pre-dot net demos. There is a VB3 demo that lists all the days in 1994 in a list box. I can select a specific date & click on a button & that date is displayed in a label.
I've played around with the Date variable & I know that I can use the .now & .today & other methods. I know that I can add days to the current date. I want to be able to start on a specific date & year & list in a list box all of the dates from then until the end of the year. For example, from January 1st, 2010 thru December 31st, 2010.
I know that I can choose a specific date, say, #1/1/2010# & use date.now & get a time span, but that's not what I want to do.
How do I do that or is it even possible?
Thank you.
David
I've played around with the Date variable & I know that I can use the .now & .today & other methods. I know that I can add days to the current date. I want to be able to start on a specific date & year & list in a list box all of the dates from then until the end of the year. For example, from January 1st, 2010 thru December 31st, 2010.
I know that I can choose a specific date, say, #1/1/2010# & use date.now & get a time span, but that's not what I want to do.
How do I do that or is it even possible?
Thank you.
David