SYNOPSIS

#include <../vformat/vf_iface.h>

extern bool_t vf_date_string_to_time

(

uint32_t *p_time,

const char *p_string

);

PARAMETERS

uint32_t *p_time

Output time value.

const char *p_string

Input string.

DESCRIPTION

Convert calendar string to absolute time. The basic formats are 19960401, 19960401T073000Z.

RETURNS

TRUE <=> conversion OK, FALSE else.

RELATED TO vf_date_string_to_time…