I have an undirected graph of ~400 nodes with the edges representing connections between the nodes on a per year basis. I have successfully been able to make it a dynamic graph, apply rankings, and set up filters. But I don't understand the time format that the Dynamic Range filter is showing. My filter is
Queries
Degree Range
Dynamic Range
In the Dynamic Range filter, the parameter is range: 3.155616E11 - 3.4755947663551404E11. I believe the time format is what is referred to as Unix time or Posix time, the number of seconds since 1/1/1970, except that here it is the number of milliseconds.
All of my time formats are set up as mm/dd/yyyy. The difference between the two numbers above is the number of milliseconds in a year, which is the interval I'm using.
Is there any way to simply show this in a conventional date format? My initial interval is Start: 1980-01-01 End: 1980-12-31, yet it is shown in the filter in the format above.
Thanks in advance for any assistance or advice.
Best,
DavidStatistics:Posted by monarchi — 23 Mar 2014 20:10
]]>