Created a page for the DateTime Day Of Year node. |
m YoshBot moved page ProtoFlux:DateTime Day Of Year to ProtoFlux:DateTimeDayOfYear: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 23:49, 20 August 2025
Day of Year
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.