iryndin / jdbf

Java utility to read/write DBF files
108 stars 77 forks source link

Incorrect file date. #52

Open JosepMariaGomez opened 2 years ago

JosepMariaGomez commented 2 years ago

After creating a dbf table, the dbf information about the table shows an incorrect date file. (see image below) I don't know if it is about a file error creation (because after reading the dbf file with a browser util (by.ex. Database Tour pro), a "Corrupt table/index header" error is raised.

dbf_date

JosepMariaGomez commented 2 years ago

Finally I've created a well formed table with data and DBF date issue still persists. The property "DBF date" still shows 1900 date.

It seems that this issue is related with issue #40.

Many thanks