date-time-utilities
Reactive icon

Date & Time Utilities

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 21 Jan (16 hours ago)
 by 
0.0
 (0 ratings)
date-time-utilities

Date & Time Utilities

Documentation
1.0.0

Directly install from forge.

The library provides a lot of date and time functionalities that can be very useful for your development solution and progress.

  1. Date: 
    • Date_GetFirstMaxPosition: return the first position that the date is equal to max date in the list.
    • Date_GetLastMaxPosition: return the last position that the date is equal to max date in the list.
    • Date_GetFirstMinPosition: return the first position that the date is equal to min date in the list.
    • Date_GetLastMinPosition: return the last position that the date is equal to min date in the list.
    • Date_GetMax: return the max date in the list.
    • Date_GetMin: return the min date in the list.
  2. Date time: currently just support on client side
    • DateTime_DiffMiliseconds: return the miliseconds difference between 2 date times.
    • DateTime_GetUTC: return the UTC date time of the input date time.
  3. Day:
    • Day_DiffWeekendDays: return weekend days difference between 2 input dates.
    • Day_DiffWorkingDays: return working days difference between 2 input dates.
  4. Month
    • Month_GetFirstDay: return the first day of the month by input date.
    • Month_GetFirstDayByWeekNumber: return the first day of month by input week number of the year.
    • Month_GetLastDay: return the last day of the month by input date.
    • Month_GetLastDayByWeekNumber: return the last day of month by input week number of the year.
  5. Week
    • Week_Diff: return the week difference in decimal number.
    • Week_DiffCeiling: return the week difference in ceiling integer.
    • Week_DiffFloor: return the week difference in floor integer.
    • Week_GetDayOfWeek: day of the week in text (e.g Sunday, Monday, ...).
    • Week_GetSunday: return Sunday of the week by input date.
    • Week_GetSundayByWeekNumber: return Sunday of the week by input week number.
    • Week_GetMonday: return Monday of the week by input date.
    • Week_GetMondayByWeekNumber: return Monday of the week by input week number.
    • Week_GetTuesday: return Tuesday of the week by input date.
    • Week_GetTuesdayByWeekNumber: return Tuesday of the week by input week number.
    • Week_GetWednesday: return Wednesday of the week by input date.
    • Week_GetWednesdayByWeekNumber: return Wednesday of the week by input week number.
    • Week_GetThursday: return Thursday of the week by input date.
    • Week_GetThursdayByWeekNumber: return Thursday of the week by input week number.
    • Week_GetFriday: return Friday of the week by input date.
    • Week_GetFridayByWeekNumber: return Friday of the week by input week number.
    • Week_GetSaturday: return Saturday of the week by input date.
    • Week_GetSaturdayByWeekNumber: return Saturday of the week by input week number.
    • Week_GetWeekNumber: return week number by input date.