Function soup::date_time_to_string

source ·
pub fn date_time_to_string(
    date: &DateTime,
    format: DateFormat
) -> Option<GString>
Expand description

Converts @date to a string in the format described by @format.

§date

a #GDateTime

§format

the format to generate the date in

§Returns

@date as a string or None