Hi,
I have the following however the date is returned in the long format. I want
to display as dd/mm/yyyy.
If Not drReader.Item(" offerstatusdate ") Is DBNull.Value Then
txtOfferStatusD ate.Text = drReader.Item(" offerstatusdate ")
End If
Regards
I have the following however the date is returned in the long format. I want
to display as dd/mm/yyyy.
If Not drReader.Item(" offerstatusdate ") Is DBNull.Value Then
txtOfferStatusD ate.Text = drReader.Item(" offerstatusdate ")
End If
Regards
Comment