Hello,
I use Visual Basic 2008 express edition.
I publish the application. However releasedate property retrieves the old date.
What am I doing wrong? Is there a way to manually edit that?
Thanks.
I use Visual Basic 2008 express edition.
I publish the application. However releasedate property retrieves the old date.
Code:
Me.lblRlsDate.Text = My.Settings.ReleaseDate.ToString("MMMdd,yyyy"))
Thanks.