Docs: Std.Date.FromStringToDate result constraint

Description

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.

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

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