Shows the current date time represented in text labels
Source: addons/calendar_time/ui/date_time/date_time_display.gd
Syntax
class DateTimeDisplay extends ControlMembers
| Name | Kind | Summary |
|---|---|---|
ClockValidator | Field | `ClockValidator` is preloaded here to validate the clock bound to this display. |
time_format | Property | Format rules used to render the displayed time and date text. |
clock | Property | Defaults to global if unset |
show_seconds | Property | When true, the time display includes a seconds component. |
time_label | Property | Label node that shows the current time. |
date_label | Property | Label node that shows the current date. |
update_time_label | Method | |
update_date_label | Method |