Overview

This module helps to get the Next Month Start and End Date, the Previous Month Start and End date, No. of weeks in a month, Current week in the month, Month of the year, Week of the year, and Working days between dates.

Days:

  • NoOfDaysinMonth

Months:

  • NextMonthStartDate

  • NextMonthEndDate

  • PreviousMonthStartDate

  • PreviousMonthEndDate

  • MonthStartDate

  • MonthEndDate

Weeks:

  • CurrentWeekinMonth

  • NoOfWeeksinMonth

  • TotalWeeksinYear

Working Days:

  • WorkingDaysIncludingDates

  • WorkingDaysExcludingDates

Documentation

This module helps to get the Next Month Start and End Date, the Previous Month Start and End date, No. of weeks in a month, Current week in the month, Month of the year, Week of the year, and Working days between dates.

Days:

NoOfDaysinMonth :
Get total number of days in month using year and month value.

Months:

NextMonthStartDate :
Get the Next month Start date.

NextMonthEndDate :
Get the Next month End date.

PreviousMonthStartDate :
Get the Previous month Start date.

PreviousMonthEndDate :
Get the Previous month End date.

MonthStartDate :
Get Month Start date using year and month value.

MonthEndDate :
Get Month End date using year and month value.

Weeks:

CurrentWeekinMonth :
Get the current week of the month.

NoOfWeeksinMonth :
Get total number of weeks in a Month.

TotalWeeksinYear :
Get the total weeks in year using year value.

WeekOfYear :
Get the week of the current year.

Working Days:

WorkingDaysIncludingDates :
Get working days (excluding Saturday and Sunday) using start date and end date (Start and End date will be included in the working days).

WorkingDaysExcludingDates :
Get working days (excluding Saturday and Sunday) using start date and end date (Start and End date will not be included in the working days).

Typical usage scenario:

Useful in date scenarios of past dates, future dates and in business working days.

Features and limitations

Useful to get the start and end date of previous and next month.

Userful to get the Current week in month, Month of year and week of year.

Useful to get the working days including and excluding start and end date.

Dependencies

[9.12.4 and above]

Screenshots