Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
basic 1-liner solution in Creative category for Days Between by Phil15
days_diff=lambda A,B,d=__import__('datetime').date:abs(d(*A)-d(*B)).days
Sept. 22, 2019
Comments: