I think that it's an issue with javascript dates. Do you have got a
running example?
See:
var d = new Date('90','1','1');
d
Thu Feb 01 1990 00:00:00 GMT+0100 (CET)
d.setFullYear('90','1','1');
d
Wed Feb 01 90 00:00:00 GMT+0100 (CET)
d.setFullYear('-90','1','1');
d
Tue Feb 01 -90 00:00:00 GMT+0100 (CET)
More doc:
[1]
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setFullYear
[2]
http://scholarslab.org/research-and-development/parsing-bc-dates-with-javascript/
Saludos,
-- luismiguel (@lmorillas)
2015-07-01 22:10 GMT+02:00 David Karger <[email protected]>:
> Jon, I wonder if some of the more "official" date formats would work better
> to specify the date. Perhaps it doesn't like having only 2 digit years.
> http://simile-widgets.org/wiki/Timeline_EventSources#Date_Time_Formats
>
>
> On 7/1/2015 8:44 AM, John Israel wrote:
>
> Upon further testing, it looks like you can't use a specific date before Jan
> 1, 100.
> If I use start="Jan 1 100" and end="Dec 31 100" it works as expected showing
> a bar that spans the year.
> If I back the start date back by 1 day (start="Dec 31 99"), that event is
> not rendered at all!
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.