locale_format_date

Function locale_format_date 

Source
pub unsafe extern "C" fn locale_format_date(
    out_str: *mut FuriString,
    datetime: *const DateTime,
    format: LocaleDateFormat,
    separator: *const c_char,
)
Expand description

Format date to furi string

ยงArguments

  • out_str (direction out) - The FuriString to store formatted date
  • datetime (direction in) - Pointer to the datetime
  • format (direction in) - The format
  • separator (direction in) - The separator