I'm trying to do something like:
                dcolDate= New DataColumn("PUDate", GetType(DateTime))
                dcolDate.Expression = myDateFunc("dbDate")
                dstLoads.Tables("Loads").Columns.Add(dcolDate)

In other words I need to be able to take dbDAte which is a string like this
"20020426" and put it into a column as a date. Is there a way to use my own
formatting function to format each row of the column?

Thanks

Marshall Harrison

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to