lukesanch / timemap

Automatically exported from code.google.com/p/timemap
MIT License
0 stars 0 forks source link

add TimeMap.setDate #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It might be nice to take the whole "scrollTo" block in the load manager and 
make it a separate function, which could take a date, a date string, or a 
string like "earliest", "latest", or "now" - seems like a very common task.

Original issue reported on code.google.com by nick.rab...@gmail.com on 30 Sep 2009 at 9:45

GoogleCodeExporter commented 8 years ago
Added TimeMap.parseDate() and TimeMap.scrollToDate() in 
http://code.google.com/p/timemap/source/detail?r=230

Original comment by nick.rab...@gmail.com on 26 Dec 2009 at 10:01