string->date

Name

string->date -- Parse a date in standard format (YYYY.MM.DD) into a date object

Type: function

Synopsis

string->date( string, date);

Arguments

string

An instance of <string>

Return Values

date

An instance of <date>

Description

This function is the inverse of date->string, parsing a string representation of a date into the corresponding date object.