Application Integration
- Application Integration
- All Products
date:toDate(xs:dateTime('date'), 'format')
Argument
| Required/
Optional
| Description
|
---|---|---|
date
| Required
| Must be a string data type. Passes the values that you want to convert to dates. You can enter any valid transformation expression.
|
format
| Required
| Enter a valid toDate format string. The format string must match the parts of the
date argument. For example, if you pass the date 'Mar 15 1998 12:43:10AM', you must use the format string 'MON DD YYYY HH12:MI:SSAM'.
|
date:toDate(xs:dateTime('DATE_PROMISED'), 'MM/DD/YY')
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
date:toDate(xs:dateTime('DATE_PROMISED'), 'MON DD YYYY HH12:MI:SSAM')
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
date:toDate(xs:dateTime('SHIP_DATE_MJD_STR'), 'J')
|
|
---|---|
|
|
|
|
date:toDate(xs:dateTime('DATE_STR'), 'MM/DD/RR')
|
|
---|---|
|
|
|
|
date:toDate(xs:dateTime('DATE_STR'), 'MM/DD/YY')
|
|
---|---|
|
|
|
|
date:toDate(date('DATE_STR'), 'MM/DD/Y')
|
|
---|---|
|
|
|
|
date:toDate(xs:dateTime('DATE_STR'), 'MM/DD/YYY')
|
|
---|---|
|
|
|
|
date:toDate(xs:dateTime('DATE_STR'), 'MM/DD/YYYY SSSSS')
|
|
---|---|
|
|
|
|