Function
EvinceDocumentDocumentmisc_format_datetime
Declaration [src]
gchar*
ev_document_misc_format_datetime (
GDateTime* dt
)
Description [src]
Determine the preferred date and time representation for the current locale
for dt.
| Available since: | 3.38 |
Return value
| Returns: | gchar* |
A new allocated string or NULL in the case
that there was an error (such as a format specifier not being supported
in the current locale). The string should be freed with |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. | |
| The string is a NUL terminated UTF-8 string. |