Find the Date Bounds of Data
Find the first and last dates in a TimeSeries.
In[1]:=

ts = EarthquakeData[All, 8, {{2010, 1, 1}, {2015, 5, 16}},
"Magnitude"]
Out[1]=

In[2]:=

DateBounds[ts]
Out[2]=

Get the first and last dates from a list of dates in different formats.
In[3]:=

DateBounds[{DateObject[{2015}], "1950 Jan 4th",
3667285330, {2017, 1, 1}}]
Out[3]=

Use DateBounds to find the first and last time stamps associated with a Databin.
In[4]:=

DateBounds[Databin["1qGFQ8v"]]
Out[4]=

Compare the date bounds associated with different databins.
In[5]:=

binnames = { "2akVuNN2", "2anlZF8U", "2anHvIz1"};
In[6]:=

DateBounds[Databin[#]] & /@ binnames
Out[6]=

Visualize the overlap between databins using TimelinePlot.
show complete Wolfram Language input
Out[7]=
