wwUtils::FromIsoDateString
Converts a date in ISO 8601 format to a FoxPro date or time (if time values are specified). Input date format is 2012-10-08 which is used in HTML5 input type=date controls.
The date is exported using UTC time format:
o.FromIsoDateString(lcDate)
date or empty date if invalid
Parameters
lcDate
Date in ISO 8601 format (2012-10-08)
See also
Class wwUtilswwUtils::ToIsoDateString
© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic