This is the best way to do this. Thank you.Code:Dim startDate As DateTime = "1/12/2009" Dim endDate As DateTime = "15/7/2010" While startDate <= endDate Me.lstDates.Items.Add(startDate) startDate = startDate.AddDays(1) End While End Sub
|
Results 1 to 9 of 9
Thread: Dates...Threaded View
|
Click Here to Expand Forum to Full Width |