M
Michael Linfield
i want a simply get the amount of days inbetween a range of dates. IE:
1/25 - 2/3 is 8 days difference.
My initial approach the the problem was to create a huge variable setup:
jan = 31 #31 = days in january
feb = 28
mar = 31
apr = 30
im sure thers a better and cleaner way, any ideas on how to approach
this?
Thanks
1/25 - 2/3 is 8 days difference.
My initial approach the the problem was to create a huge variable setup:
jan = 31 #31 = days in january
feb = 28
mar = 31
apr = 30
im sure thers a better and cleaner way, any ideas on how to approach
this?
Thanks