date

date

Functions

gchar * gebr_iso_date ()
const gchar * gebr_localized_date ()
GTimeVal gebr_iso_date_to_g_time_val ()

Description

Functions

gebr_iso_date ()

gchar *
gebr_iso_date (void);

gebr_localized_date ()

const gchar *
gebr_localized_date (const gchar *iso_date);

Parameters

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);

Types and Values