fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 61: Get current date
Idiom # 61: Get current date
See
programming-idioms.org
:
Code
d := time.now.get
What are effects?
Running Example
ex61 => # using custom date_time provider to make sure output # is always the same time.now.instate (time.now ()->(time.date_time 2000 1 0 0 0 0)) ()-> d := time.now.get say d
What are effects?
last changed: 2024-07-01
next: Idiom # 62: Find substring position