VladimirKim
Programmer
Hi.
Is there a function in VB.NET to convert a string, let's say "123105", to a date "12/31/05"?
Thanks.
Is there a function in VB.NET to convert a string, let's say "123105", to a date "12/31/05"?
Thanks.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
?cdate(cint("123105").tostring("##/##/##"))