Thanks for the answer i will give that a try.
Any idea why this is so? I have looked at other peoples GAE code and
found no reference to the difference in behavior (i also found code
with the exact same syntax as mine, that reportedly works). Is there
anywhere in the GAE docs where this is described? (just so i know
where to look the next time i encounter such a problem)
--
Esben
On Jul 6, 9:29 pm, GAEfan <ken...@gmail.com> wrote:
Esben:
You need to convert the object into a string. Look up strftime for
customizing the output.
now=datetime.now
dateString = now.strftime('%m'/'%d'/'%Y')
print dateString