#(solved) Get current date/time in GD4?

5 messages · Page 1 of 1 (latest)

lilac crystal
#

I'm working on an achievement system and I want it so it displays the time & date you unlocked the achievement. Any way to get the system date and time in 4x?

shut fossil
lilac crystal
#

when i do print(get_datetime_dict_from_system()) it says function not found in base self. (putting it in a button)

shut fossil
#

it'd be

Time.get_datetime_dict_from_system()
lilac crystal
#

oh thank you, only been using godot for a year so still trying to figure this stuff out