Date Time Utilities

Content Type: Module
Categories: Import/Export

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 Next Month's start and end date,Previous Month start and end date,Current week in a month, Month of the year,No. of weeks in a month, week of 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

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

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

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

Dependencies

[9.12.4 and above]

Releases

Version: 3.0.0
Framework Version: 9.12.4
Release Notes: DateTimeUtilities in 9.12.4 and above
Version: 2.0.0
Framework Version: 8.15.2
Release Notes: Date Time Utilities is available in 8 version
Version: 1.1.0
Framework Version: 7.23.11
Release Notes: Added some java actions for Date time
Version: 1.0.0
Framework Version: 7.23.11
Release Notes: First Release!!!