#(solved) Get current date/time in GD4?
5 messages · Page 1 of 1 (latest)
there's the Time singleton.
https://docs.godotengine.org/en/latest/classes/class_time.html
Godot Engine documentation
Inherits: Object Time singleton for working with time. Description: The Time singleton allows converting time between various formats and also getting time information from the system. This class c...
when i do print(get_datetime_dict_from_system()) it says function not found in base self. (putting it in a button)
it'd be
Time.get_datetime_dict_from_system()
oh thank you, only been using godot for a year so still trying to figure this stuff out