summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Utilities/SDate.cs
AgeCommit message (Expand)Author
2017-09-23drop support for SMAPI 1.x (#360)Jesse Plamondon-Willard
2017-09-06rewrite date calculation to handle edge casesJesse Plamondon-Willard
2017-08-09Fix building SMAPI 1.xspacechase0
2017-08-01standardise code & update release notes (#339)Jesse Plamondon-Willard
2017-08-01add weekday property to SDate (#339)Nicholas Johnson
2017-06-18add IEquatable<SDate> interface to SDate (#307)Jesse Plamondon-Willard
2017-06-18simplify date operators by making SDate.GetHashCode() return unique ordered v...Jesse Plamondon-Willard
2017-06-18- This adds in operators to SDate. And Tests. And a NUnit Adapter - sorry abo...Nicholas Johnson
2017-06-07add date utilityJesse Plamondon-Willard