UNPKG

shapefile

Version:

An implementation of the shapefile (.shp) spatial data format.

4 lines (3 loc) 129 B
export default function(value) { return new Date(+value.substring(0, 4), value.substring(4, 6) - 1, +value.substring(6, 8)); }