dj wrote:
Hello again,

Does anyone know which method in the time module will generate and am
or pm ?
If none of the method will do this for me. Can I produce the value on
my own ?
Any suggestions ?

Read up about strftime (a function, not a method).

Generally, if you know you'll be using something for more than a few
uses, it is worth reading the entire documentation for that module.
People put a fair amount of effort into documentation, and they do it
to reduce the number of questions they have to answer one user at a
time.  Reading the results of that effort before asking shows courtesy.
Few people mind explaining unclear documentation when the confusing part
is identified (and they know the answer).  Similarly, asking (5000?, a
million?) to each spend a second so you can save an hour is bad economics.

--Scott David Daniels
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to