dotnetdbf
dotnetdbf copied to clipboard
How we will get the Date Culture and date format from the filed type
Reported by harish.chepuri, Feb 24, 2012 What steps will reproduce the problem?
- Unable to get the Data Culture
- Unable to get the Date Format
- unable to get the default values for data types
What is the expected output? What do you see instead?
I am using
DataColumn dcColumn = new DataColumn(dbfField.Name,dbfField.Type);
What version of the product are you using? On what operating system? windows 7
Regards, Harish Chepuri
A DBF doesn't have date culture or format as far as I have found documentation.