Quantcast
Channel: code.Snip
Viewing all articles
Browse latest Browse all 10

First and Last day of a Month in C# and VB .NET

$
0
0
In date manipulation, one common task is to arrive at first and last day of a month. Here are two methods to achieve the same in VB and C#. DateSerial This is my favorite method for creating date out of numbers. The beauty is that the function accepts numbers beyond the usual range. i.e. Month […]

Viewing all articles
Browse latest Browse all 10

Trending Articles