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 […]
↧