Title: Date Range?
Last modified: August 21, 2016

---

# Date Range?

 *  [bluekarana](https://wordpress.org/support/users/bluekarana/)
 * (@bluekarana)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/date-range-3/)
 * I saw on the plugin [page](http://www.broobe.com/plugins/wp-jquery-timelinr/)
   that date ranges are supported.
 * Does this mean the range would appear in the timeline itself? That’s what I want.
 * How do I code that?
 * [http://wordpress.org/plugins/wp-jquery-timelinr/](http://wordpress.org/plugins/wp-jquery-timelinr/)

Viewing 1 replies (of 1 total)

 *  [Wes Modes](https://wordpress.org/support/users/wmodes/)
 * (@wmodes)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/date-range-3/#post-4536806)
 * I tried this unsuccessful hack. In version 1.2, trying to get 10K years of AD
   dates:
    1. Edit the file wp-content/plugins/wp-jquery-timelinr/assets/js/custom.js.
    2. Find the line:
        `yearRange: '-1000:+100',`
    3. Change it to:
        `yearRange: '0:9999',`
 * The result is that all of the 4 digit dates work, but the plugin makes some unwise
   assumptions about 4 digit dates. So 534 came out as 5340. It feels like merely
   a bad string conversion, but I don’t know if I have time to look into it.
 * Anyone else?
 * Negative numbers are going to be challenging, not only because the logic elsewhere
   may not support it, but because negative numbers in options.js are interpreted
   as relative to the current year.

Viewing 1 replies (of 1 total)

The topic ‘Date Range?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-jquery-timelinr_a6e6f8.svg)
 * [WP JQuery Timelinr](https://wordpress.org/plugins/wp-jquery-timelinr/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-jquery-timelinr/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-jquery-timelinr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-jquery-timelinr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-jquery-timelinr/reviews/)

## Tags

 * [date range](https://wordpress.org/support/topic-tag/date-range/)
 * [timelinr](https://wordpress.org/support/topic-tag/timelinr/)

 * 1 reply
 * 2 participants
 * Last reply from: [Wes Modes](https://wordpress.org/support/users/wmodes/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/date-range-3/#post-4536806)
 * Status: not resolved