Question Random function

Nada403

New member
Joined
Apr 17, 2009
Messages
1
Programming Experience
1-3
I'm working on my graduation project and within it i need a function gives me random dates since 2008,01,01 untill now. I want the dates to show up random not sequential.. how can I do this ????
 
Get the Ticks value from both dates and use the Random class to get a number in this range, one of the Date constructors accept this number to create a Date value.
 
Back
Top