Difference between revisions of "User:Rasikko"

No change in size ,  00:34, 9 September 2018
GetAnyDayOfWeek
imported>Scrivener07
(GetAnyDayOfWeek)
imported>Scrivener07
(GetAnyDayOfWeek)
Line 98: Line 98:
--[[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2018-09-07T16:15:58 (EDT)
--[[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2018-09-07T16:15:58 (EDT)


<source lang="papryus">
<source lang="papyrus">
String Function GetAnyDayOfWeek(Int day, Int month, Int year) Global
String Function GetAnyDayOfWeek(Int day, Int month, Int year) Global
     ; returns the day of week that any day falls on for any month of any year.
     ; returns the day of week that any day falls on for any month of any year.
Line 137: Line 137:
EndFunction
EndFunction
</source>
</source>
The key values represent the days of the week that the first day of every month starts on for the year 2287. The formulas involved uses those values to find the days of the week for any day. --[[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2018-09-09T00:33:24 (EDT)
The key values represent the days of the week that the first day of every month starts on for the year 2287. The formulas involved uses those values to find the days of the week for any day. --[[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2018-09-09T00:34:08 (EDT)
Anonymous user