ProtoFlux:DateTimeDayOfYear

From Resonite Wiki
Revision as of 23:49, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:DateTime Day Of Year to ProtoFlux:DateTimeDayOfYear: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Day of Year
DateTime
*
DateTime

The DateTime Day Of Year node takes in a DateTime and returns the day of the year (represented as an int) from that DateTime. This takes into account the days in the months accumulated so far in that year and adds them together, as well as any leap year days that were in that year.

Inputs

DateTime (DateTime)

The DateTime we are getting info from.

Outputs

* (int)

The day of the year from this DateTime.