Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Latest commit

 

History

History
60 lines (34 loc) · 1.36 KB

File metadata and controls

60 lines (34 loc) · 1.36 KB

$time / %24time / format_objects

Interface: 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" }

Table of contents

Properties

Properties

date

date: format_object

shows combination of 2-digits day, month and full year


date_time

date_time: format_object

shows combination of time and date


date_time_seconds

date_time_seconds: format_object

shows combination of date_time and seconds


time

time: format_object

shows combination of 2-digits hour and minutes


time_seconds

time_seconds: format_object

shows combination of time and seconds