parseIso8601Date

Extracts date parts from value, and sets gdate's contents

Accepted date format is "YYYY-MM-DD" (more or less than 4 digits for years and less than 2 digits for month and day are accepted). Years must be in the 1-65535 range, a limitation imposed by #GDate.

bool
parseIso8601Date

Parameters

gdate glib.date.Date

a pointer to a #GDate structure which will be filled

value string

a string

Return Value

Type: bool

true if value has been sucessfuly parsed as a valid date (see glib.date.Date.valid).