Calculating time until 1st or 15th of the month in python

Posted by pmilb on Stack Overflow See other posts from Stack Overflow or by pmilb
Published on 2010-04-30T04:39:02Z Indexed on 2010/04/30 4:47 UTC
Read the original article Hit count: 195

Filed under:

I'm trying to write a little budget program in python. This is my first program I'm writing to learn python. The first step is to calculate how many days until either the 1st or 15th (paydays) depending on today's date. Can someone help me out a little?

© Stack Overflow or respective owner

Related posts about python