7 Nov
2003
7 Nov
'03
4:28 p.m.
--On Freitag, 7. November 2003 17:22 Uhr +0100 Kai Vermehr <k@eboy.com> wrote:
I have this little script:
mytime = pCommon(2003/11/01) return mytime
Why should this work? pCommon() seems to be a method of the DateTime API. Means you must pass the the date as string to the constructor of DateTime and then call the pCommon() on the instance. -aj