yortus/DBFFile

Thank you @yortus @sahaphon you just need to pass a `Date` object instead of a string. Eg:

sahaphon opened this issue · 0 comments

@sahaphon you just need to pass a Date object instead of a string. Eg:

let fieldDesc = [
    { name: 'date', type: 'D', size: 8 }
];
...
let records = [
    { date: new Date('2019-12-12') }
];

Originally posted by @yortus in #31 (comment)