date

date

Synopsis

gchar *             gebr_iso_date                       (void);
const gchar *       gebr_localized_date                 (const gchar *iso_date);
GTimeVal            gebr_iso_date_to_g_time_val         (const gchar *iso_date);

Description

Details

gebr_iso_date ()

gchar *             gebr_iso_date                       (void);

gebr_localized_date ()

const gchar *       gebr_localized_date                 (const gchar *iso_date);

iso_date :

The date string to be converted, or NULL.

Returns :

An string with iso_date converted to a localized date, or the current date if iso_date is NULL. The returned string should not be freed since it is statically allocated. This means that subsequent calls to this function will override the previous value.

gebr_iso_date_to_g_time_val ()

GTimeVal            gebr_iso_date_to_g_time_val         (const gchar *iso_date);