I am having a difficulty with the formatting of a column in a scrollview. The column in retrieved from a MS SQL database as follows :
row(3) = n.Get("dateShipped")
instead of a date I am getting /Date(12315ect
How should I be formating to just get 04/15/2013
row(3) = n.Get("dateShipped")
instead of a date I am getting /Date(12315ect
How should I be formating to just get 04/15/2013