Title: [Plugin: Demo Data Creator] Random creation date
Last modified: August 20, 2016

---

# [Plugin: Demo Data Creator] Random creation date

 *  Resolved [derscheinwelt](https://wordpress.org/support/users/derscheinwelt/)
 * (@derscheinwelt)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-demo-data-creator-random-creation-date/)
 * Good Work – does exactley what it should. You could add some more randomness 
   into demodata_create_post and …_page with setting a random post_date
 *     ```
       $randdate = date('Y-m-d H:i:s', strtotime( mt_rand(-1095,10).' days' . mt_rand(0,1440). 'minutes' ));
   
       $page = array( …
       'post_date' => $randdate,
       …
       ```
   
 * [http://wordpress.org/extend/plugins/demo-data-creator/](http://wordpress.org/extend/plugins/demo-data-creator/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Chris Taylor](https://wordpress.org/support/users/mrwiblog/)
 * (@mrwiblog)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-demo-data-creator-random-creation-date/#post-2952329)
 * Thanks, this is a good suggestion. I’ve added it to the code and committed version
   1.1, along with a note of thanks to you.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Demo Data Creator] Random creation date’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/demo-data-creator.svg)
 * [Demo Data Creator](https://wordpress.org/plugins/demo-data-creator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/demo-data-creator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/demo-data-creator/)
 * [Active Topics](https://wordpress.org/support/plugin/demo-data-creator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/demo-data-creator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/demo-data-creator/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chris Taylor](https://wordpress.org/support/users/mrwiblog/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-demo-data-creator-random-creation-date/#post-2952329)
 * Status: resolved