A Agnes Mar 16, 2005 #1 I want to select the date into the date form (yy-Mm-dd) e.g 05-Mar-16 and then make it as string
C Cor Ligthert Mar 16, 2005 #2 Agnes, that is as you wrote it dim str as string = mydatetime.ToString("yy-MM-dd") I hope this helps, Cor
Agnes, that is as you wrote it dim str as string = mydatetime.ToString("yy-MM-dd") I hope this helps, Cor
A Agnes Mar 16, 2005 #3 Thanks Cor, I think i had posted to wrong newsgroup, I need to process that statment in Store procedure
Thanks Cor, I think i had posted to wrong newsgroup, I need to process that statment in Store procedure