Changes

→‎Dates: update (1.15 released)
Line 632: Line 632:     
===Dates===
 
===Dates===
{{SMAPI upcoming
  −
|version = 1.15
  −
|content =
   
Use <tt>SDate</tt> for calculating in-game dates. You start by creating a date:
 
Use <tt>SDate</tt> for calculating in-game dates. You start by creating a date:
 
<source lang="c#">
 
<source lang="c#">
Line 667: Line 664:  
new SDate(01, "spring", 1).AddDays(-1);
 
new SDate(01, "spring", 1).AddDays(-1);
 
</source>
 
</source>
}}
      
===Semantic versions===
 
===Semantic versions===
translators
8,446

edits