$time / %24time / format_objects
$time.format_objects
Internal object holding predefined formating arguments for toLocaleString. See {@link Intl.DateTimeFormatOptions}.
format_objects.time==={ hour: "2-digit", minute: "2-digit" }• date: format_object
shows combination of 2-digits day, month and full year
• date_time: format_object
shows combination of time and date
• date_time_seconds: format_object
shows combination of date_time and seconds
• time: format_object
shows combination of 2-digits hour and minutes
• time_seconds: format_object
shows combination of time and seconds