Viewing 1 replies (of 1 total)
  • 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.