Generate Random Date in Mysql


/ Published in: MySQL
Save to your folder(s)

For me I wanted a value between 2008 and 2009 (one year: 60 seconds * 60 minutes * 24 hours * 365 days = 31536000). Because the Unix timestamp doesn’t support fractions your need to round the value to an int. (floor or round the value).

URL: http://blog.underdog-projects.net/2008/10/generate-random-timestamps-in-mysql/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.