User Portlet User Portlet

Discussions
You might find this function useful:toSeconds[d_] := AbsoluteTime[ ToExpression /@ {StringTake[#, 4], StringTake[#, {5, 6}], StringTake[#, {7, 8}]}] &[ToString[d]]That will convert your timestamps to seconds since 1st...
Hello everyone! I thought I'd share a quick tutorial for exporting GIFs in Mathematica, since I get asked that a lot, and I think it's a great way of sharing interesting visualisations with a large audience on the web. First define a function...