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)

Return Value

date or empty date if invalid

Parameters

lcDate
Date in ISO 8601 format (2012-10-08)


See also:

Class wwUtils | wwUtils::ToIsoDateString

© West Wind Technologies, 1996-2022 • Updated: 10/24/15
Comment or report problem with topic