Select Date problem e

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

I want to select the date into the date form (yy-Mm-dd) e.g 05-Mar-16
and then make it as string
 
Agnes,

that is as you wrote it

dim str as string = mydatetime.ToString("yy-MM-dd")

I hope this helps,

Cor
 
Thanks Cor,
I think i had posted to wrong newsgroup, I need to process that statment in
Store procedure
 

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

Back
Top