Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Date Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.date:calculateDateDifference
pub.date:compareDates
pub.date:currentNanoTime
pub.date:dateBuild
pub.date:dateTimeBuild
pub.date:dateTimeFormat
pub.date:elapsedNanoTime
pub.date:formatDate
pub.date:getCurrentDate
pub.date:getCurrentDateString
pub.date:getWorkingDays
pub.date:incrementDate
The following elements are available in this folder:
Element
Package and Description
WmPublic. Calculates the difference between two dates and returns the result as seconds, minutes, hours, and days.
WmPublic. Compares two dates and returns the result as an integer.
WmPublic. Returns the current time returned by the most precise system timer, in nanoseconds.
WmPublic. Deprecated - Replaced by pub.datetime:build.
WmPublic. Deprecated - Replaced by pub.datetime:build.
WmPublic. Converts date/time (represented as a String) string from one format to another.
WmPublic. Calculates the time elapsed between the current time and the given time, in nanoseconds.
WmPublic. Formats a Date object as a string.
WmPublic. Returns the current date as a Date object.
WmPublic. Returns the current date as a String in a specified format.
WmPublic. Returns the number of working days between two dates.
WmPublic. Deprecated - Replaced by pub.datetime:build.