DigiDates (Independent Publisher)
DigiDates.de provides a service for time and date calculations.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://digidates.de/ |
Privacy policy | https://digidates.de/en/datenschutz |
Categories | Data |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Calculate age |
Retrieve the age from a specific date to today. |
Get annual CO2 |
Retrieve the annual CO2 in the atmosphere in PPM. |
Get calendar week |
Retrieve the calendar week number for a specified date according to ISO 8601. |
Get progress |
Retrieve the elapsed period from the start date to the end date in percent. |
Get Unix time |
Retrieve the Unix time for a specific timestamp. |
Get year with CO2 value |
Retrieve the year in which annual C02 in the atmosphere matches the given value. |
Start countdown |
Retrieve the time until a specific date. |
Validate date |
Returns the boolean for a specified date. |
Validate leap year |
Returns the boolean for whether year contains a leap day. |
Calculate age
Retrieve the age from a specific date to today.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Date
|
date | True | string |
The date. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Age
|
age | integer |
The age. |
Years
|
ageextended.years | integer |
The number of years. |
Months
|
ageextended.months | integer |
The number of months. |
Days
|
ageextended.days | integer |
The number of days. |
Get annual CO2
Retrieve the annual CO2 in the atmosphere in PPM.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Year
|
year | True | string |
The year. |
Returns
Name | Path | Type | Description |
---|---|---|---|
C02
|
co2 | float |
The amount of CO2. |
Get calendar week
Retrieve the calendar week number for a specified date according to ISO 8601.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Date
|
date | True | string |
The date. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Week
|
week | integer |
The week number. |
Get progress
Retrieve the elapsed period from the start date to the end date in percent.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Start
|
start | True | string |
The start. |
End
|
end | True | string |
The end. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Float
|
float | float |
The float value. |
Percent
|
percent | integer |
The percentage. |
Get Unix time
Retrieve the Unix time for a specific timestamp.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Timestamp
|
timestamp | True | string |
The timestamp. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Time
|
time | integer |
The time. |
Get year with CO2 value
Retrieve the year in which annual C02 in the atmosphere matches the given value.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
CO2
|
value | True | float |
The amount of CO2. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Year
|
year | integer |
The year. |
CO2
|
co2 | float |
The amount of CO2. |
Start countdown
Retrieve the time until a specific date.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Date
|
date | True | string |
The date. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Days
|
daysonly | integer |
The number of days. |
Years
|
countdownextended.years | integer |
The number of years. |
Months
|
countdownextended.months | integer |
The number of months. |
Days
|
countdownextended.days | integer |
The number of days. |
Validate date
Returns the boolean for a specified date.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Date
|
date | True | string |
The date. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Valid Date
|
checkdate | boolean |
Whether date is valid. |
Validate leap year
Returns the boolean for whether year contains a leap day.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Year
|
year | True | integer |
The year. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Leap Year
|
leapyear | boolean |
Whether year is a leap year. |