Programming for Everybody: get current system date ASP.net

get current system date ASP.net

Solution
 mdate_v = "'" & DateTime.Now().Year & "-" & DateTime.Now().Month & "-" & DateTime.Now().Day & "'"

No comments:

Post a Comment