I'm trying to randomize the value for a simple DateTime data field.
I wish to get a random date/time between two date/times (e.g. min date/time and max date/time).
So lets imagine I'm after a random date/time between
1/1/2000 10:00:00am and 1/1/2000 5:00:00pm.
Also, this code will be used in a for loop, with 100 items ... meaning all 100 items will have random date/times between the min/max date/time period.
Any ideas?