Date Format and Strings

  • Thread starter Thread starter David Webb
  • Start date Start date
D

David Webb

Hi,

I have the following code

sTmp = CType(sqlDR("TimeStamp"), Date).ToString("dd/MM HH:NN")

The value of "TimeStamp" is 23-07-2003 14:23. I want to covert it into
a string which has "23/07 14:23". How can I do this in VB.NET CF?

Kind Regards,

David.
 
Back
Top