I got date lists such as for instance {{16, 1, 4}, {16, 1, 5}, {16, 1, 6}}. How do I convert this list in an easy way to {{2016, 1, 4}, {2016, 1, 5}, {2016, 1, 6}} ?
Hi Laurens,
DateObject can also correctly interpret that format.
DateObject
DateObject[{16, 1, 4}]