Return a duration of time between the input date and the parameter date time.
Converts a Date/Time, Date, or Due Date to a formatted string.
Date/Time, Date, or Due Date - If the input is a Date or Due Date, the transform creates a full date/time value using time values of hour 0, minute 0, and second 0.
Date/time or date format of the output String. Predefined format choice value. Use Custom for custom
Required Valid date/time or date format represented as a String. Required only if Custom Format is selected as the Date Format.
Runtime Date/Time values are not localized and appear in the UTC (Coordinated Universal Time) time zone.
Common Date Formats
|--------------------|--------|----------------------------|
| Format Type | Format | Example |
|---|---|---|
| Year | y | 1970, 1971, ... 2004, 2005 |
| Month | MM | 01, 02, ... 11, 12 |
| Month Name | MMM | Jan, Feb, ... Nov, Dec |
| Day in Month | dd | 01, 02, ... 30, 31 |
| Day Name | EEE | Sun, Mon, ... Fri, Sat |
| Hour (12-hour) | h | 1, 2, ... 11, 12 |
| Hour (24-hour) | HH | 00, 01, ... 22, 23 |
| Minute in Hour | mm | 00, 01, ... 58, 59 |
| Second in Minute | ss | 00, 01, ... 58, 59 |
| Escape Character | ' | 'at' h:mm a = at 1:30 PM |
| (Single Quote) | ||
| -------------------- | -------- | ---------------------------- |
Returns the day of the month for a specific date and time.
Returns a date representing the last day of a month which falls a specified number of months before or after specified date.
Returns the hour component of a specific date and time.
Returns the minute component of a specific date and time.
Returns the month component of a specific date and time.
Returns the seconds component of a specific date and time.
Converts the input String to a Date/Time.
Date/time or date format of the input String. Predefined format choice value. Use Custom for custom
Required Valid date/time or date format represented as a String. Required only if Custom Format is selected as the Date Format.
Date/Time - If the date/time value for the Custom Format is incomplete, the transform creates a full date/time value using default dates and times. The transform defaults to the current year, the current month, day 1 of a month, hour 0, minute 0, and second 0.
Runtime Date/Time values are not localized and appear in the UTC (Coordinated Universal Time) time zone.
Common Date Formats
|--------------------|--------|----------------------------|
| Format Type | Format | Example |
|---|---|---|
| Year | y | 1970, 1971, ... 2004, 2005 |
| Month | MM | 01, 02, ... 11, 12 |
| Month Name | MMM | Jan, Feb, ... Nov, Dec |
| Day in Month | dd | 01, 02, ... 30, 31 |
| Day Name | EEE | Sun, Mon, ... Fri, Sat |
| Hour (12-hour) | h | 1, 2, ... 11, 12 |
| Hour (24-hour) | HH | 00, 01, ... 22, 23 |
| Minute in Hour | mm | 00, 01, ... 58, 59 |
| Second in Minute | ss | 00, 01, ... 58, 59 |
| Escape Character | ' | 'at' h:mm a = at 1:30 PM |
| (Single Quote) | ||
| -------------------- | -------- | ---------------------------- |
Subtracts days, hours, minutes, and/or seconds from the input Date/Time, Date, or Due Date.
Returns the week of the year that a specific date falls on.
Returns the year component of a specific date and time.
Adds days, hours, minutes, and/or seconds to the input Date/Time, Date, or Due Date.