Posts
Sort by recent activity
Generate Random Date in Python
Hi,
I'm having real trouble using Python Script to generate a random date between two dates. Ideally I'd like to call something like the following:
GenerateDate(DateOfBirth,"01/03/2014")
and for th...