Ted's Hello World
Tuesday, May 19, 2009
Replace Format(Now, "yyyymmdd") with Date.Now.ToString("yyyymmdd") in VB.NET 2005
Previously in VB6 we were doing
Format(Now, "yyyymmdd")
in .NET do the following Date.Now.ToString("yyyymmdd")
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
‹
›
Home
View web version
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.