I am getting an datatime error conversion when I load the csv file through filehelperengine. Could someone help me. Review screen shot below. The format in my csv file 12/5/2015
[FieldOptional][FieldNullValue(typeof(DateTime), "1/01/1000 00:00:00")]
private DateTime mperiodStart;
public DateTime periodStart
{
get { return mperiodStart; }
set { mperiodStart = value; }
}
[FieldOptional]
[FieldNullValue(typeof(DateTime), "1/01/1000 00:00:00")]
private DateTime mperiodEnd;
pianoboyCoder
David SmithPosted Dec 24, 2015, 2:03 AM
David SmithPosted Dec 23, 2015, 5:36 PM
Manas MohapatraPosted Dec 23, 2015, 8:54 AM