Comment on Fix date-handling bug when today’s date is later than the target monthparentComments−JKCalhoun2yA function that takes all the components at once can resolve this conundrum internally.A function that takes a simple struct (containing each component) can also handle the conundrum. The function could of course even take a string representation.
Comments
A function that takes all the components at once can resolve this conundrum internally.
A function that takes a simple struct (containing each component) can also handle the conundrum. The function could of course even take a string representation.