I push a button on a web page. I am trying to get the current date into 3 variables Year, Month, and Day In the Code behind I Have:
Dim intDay As Integer
intDay = Date.Now.Day
I get error message
Input string was not in a correct format.
Suggestions?