Date Activities

This section consists of all activities which have to do with date and time. 

  • Business Day Calculator
  • Date Time Calculator
  • Get Current Date Time
  • Get next Day of Month in Seconds


Business Day Calculator

This activity is used to perform various operations in regard to holidays and workdays. For example, it can check if a certain date is a holiday. The options for country code, language, and state id are defined in two XML files.

date_businessDayCalculator

date-activities-2018-02-21 

Date Time Calculator

This activity is used to perform date and time calculations. For example, you can subtract one date from another or add two timespans. You can also specify the time zones for the calculation. Output data is of type text. 

date_dateTimeCalculator

date-activities-2017-12-05-1 

Get Current Date Time

This activity retrieves the current date time and returns it in the specified format.

Valid formats are:

  • dd.MM.yyyy
  • yyyy.MM.dd
  • dd.MMMM yyyy
  • dd.MM.yyyy HH:mm:ss
  • yyyy.MM.dd HH:mm:ss

date_getCurrentDateTime

date-activities-2017-12-05-2 

Get next Day of Month in Seconds

This activity calculates the seconds from now until a specified day of the month.

date_getNextDayOfMonth 

date-activities-2017-12-05-3