The need is to keep track of the current season (as an integer) of a game, that increments by one at every 1st of a month.
How is it possible at runtime to count the amount of times it has been the 1st in a month since a fixed date?
Example: Fixed date for season 1 start is 01/04/2015
. A user uses the application at 09/09/15
. At this point the application needs to know, that the current season now is season 6
.