On Tue, Aug 24, 2010 at 3:44 PM, Dr. David Kirkby
<david.kir...@onetel.net> wrote:
> I was thinking of suggesting they use Sage to find out the number of days
> between two dates, and so would realise that there is more than a month
> between 5th Jan and the 16th Feb!

sage: from datetime import date
sage: date(day=16, month=2, year=2010) - date(day=5, month=1, year=2010)
datetime.timedelta(42)

--Mike

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to