Today I am going to show you how you get first and last date of month from a date.
Here is how:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TransDate currDate = today(); | |
TransDate startDate, endDate | |
startDate = DateStartMth(currDate); | |
endDate = endMth(currDate); |
Thanks.
Keep Daxing !
No comments:
Post a Comment