rbf_getDate()
Warning: Support for using this method with external objects (such as those mapped to external tables, to OpenEdge Service objects, or through a HDP connection) is a beta feature. This method is supported in production systems, except for external objects.
Purpose
This function creates a JavaScript Date Object from a string. It returns null for an empty string.
Syntax
rbf_getDate(value)
Parameters
value
The string to convert to a Date Object
Note: This API is supported in portals as well.