Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jim DeFabiaJim DeFabiaReporter
Dan CamperDan CamperPriority
MinorCompatibility
PointFix versions
Pull Request URL
Details
Details
Components
Assignee
Jim DeFabia
Jim DeFabiaReporter
Dan Camper
Dan CamperPriority
Compatibility
Point
Fix versions
Pull Request URL
Created September 13, 2019 at 11:35 AM
Updated September 16, 2019 at 1:11 PM
Resolved September 16, 2019 at 1:11 PM
The documentation for this function states:
The FromStringToDate function converts a string to a Date_t using the relevant string format. The resulting date must be representable within the Gregorian calendar after the year 1600.
In reality, there is no check on the parsed value to ensure that the result is a correct Gregorian date. If this is important, callers should pass the result to the Std.Date.IsValidGregorianDate() function to determine validity.