Name

edf_birthdate_str2vec — Converts the birthdate string into a vector

Calling Sequence

[birthdate_vec]=edf_birthdate_str2vec(birthdate_string);

Parameters

birthdate_string

: a string which contains a birthdate, which is the output of the function edf_get_birthdate()

birthdate

: vector which contains a birthdate (year month day), which can be feeded into the function edf_set_birthdate().

Description

Converts the birthdate string into a vector.

Examples

// copy birthdate from the file "demo.bdf" to the new bdf/edf-file.
    edf_set_birthdate(handle, edf_birthdate_str2vec(edf_get_birthdate("demo.bdf")));

Authors

Holger Nahrstaedt