Advanced Date Pipes
With the Tadabase Date Utilities pipe you can run some additional checks against date type fields to get certain outputs depending on the pipe.
Is Day
Check if a given date equals a specific day of the week.
is Month
Checks if a given date equals a specific month
Is Current Week
Checks if the given date is during the current week.
Is Current Month
Checks if date and time is during the current month.
Is Current Year
Checks if a date is during the current year
Is Yesterday
Checks if a date is yesterday.
Is Tomorrow
Checks if a date is tomorrow
Is Leap Year
Checks if a date is during a leap year.
Get Age
Gets the age of a date and returns several values broken into days, months, years and formatted outputs.
Time Ago
Pass a date/time field and get a response with how long has passed since. Any future date times will return with 'just now.'
Time Difference in Natural Language
Get the difference between 2 date fields in Natural Language
Get Year
Extract the Year value from a date field.
Get Month Name
Extract the Month name from a date field
Get Weekday Number
Extract the day number from a date field. For example, Monday = 1, Tuesday = 2
Get Day Name
Extract the Day Name from a date field.
Get Days In Month
Get the total days in a month for a given date.
Get Next Business Day
Gets the next full business day for a given date.
Get Previous Business Day
Gets the previous business day for a given date.
We'd love to hear your feedback.