hello
I'm Trying to convert a string containing a Date.
The result would be 02/1/2013, the VB automatically converted the date into first day of the month of feb, what I would to happen is automatically convert it to the last day of the month instead of first day.. is this possible?
please let me know
Thank you.
I'm Trying to convert a string containing a Date.
Code:
Dim sDate as string =" Feb 2012"
dim InDateFormat as date = cdate(Sdate).toshortdatestring
please let me know
Thank you.