Date Format and Strings

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top