C#, SQL, JavaScript and more
DateTime GetLastDayOfMonth(DateTime date)
{return new DateTime(date.Year, date.Month, DateTime.DaysInMonth( date.Year, date.Month));}
Post a Comment
No comments:
Post a Comment