Linkedin Profile

https://www.linkedin.com/in/hafiz-usama-a2111195

Saturday, 11 February 2017

Get start and end of month

Hello,

Today I am going to show you how you get first and last date of month from a date.

Here is how:
TransDate currDate = today();
TransDate startDate, endDate
startDate = DateStartMth(currDate);
endDate = endMth(currDate);
view raw .xplusplus hosted with ❤ by GitHub



Thanks.

Keep Daxing !

No comments:

Post a Comment