Re: Time formatting and date suffixes

2005-07-25 Thread Jeffrey E. Forcier
See, I was thinking I'd have to write a short function to do it myself, but I hadn't realized it could be quite *that* short. Thanks! That'll do quite nicely, and is definitely something I'm going to throw in my "general utility functions" folder :) Regards, Jeff -- http://mail.python.org/mailma

Re: Time formatting and date suffixes

2005-07-25 Thread John Machin
Jeffrey E. Forcier wrote: > This seems like a dead simple question, as it's so rudimentary I can't > believe it hasn't been addressed before. I'm using the time.strftime() > function (actually the mxDateTime implementation, but they're > compatible so it shouldn't matter) to spit out fairly b