I've just checked out the latest CVS from the 1.0-stable branch, but DateTime() seems somewhat buggy. It says something like: Tuesday May 18 11:46 AM 2004 instead of Tuesday May 18th 2004 at 11:46 AM (notice the wrong order of the words and the missing "th"/"at") Did I miss something? Does DateTime() now take parameters that I wasn't aware of where you can tell * in what order it has to playback the date/time files? Thanks -Manuel ___________________________________________________ Ticinocom SA - Via Stazione 5 - 6600 Muralto Tel 0844 007070 - Fax 0844 007071 http://www.ticinocom.com
On Tuesday 18 May 2004 04:50, Manuel Wenger wrote:> I've just checked out the latest CVS from the 1.0-stable branch, > but DateTime() seems somewhat buggy. It says something like: > Tuesday May 18 11:46 AM 2004 > instead of > Tuesday May 18th 2004 at 11:46 AM > ? > (notice the wrong order of the words and the missing "th"/"at") > ? > Did I miss something? Does DateTime() now take parameters that I > wasn't aware of where you can tell * in what order it has to > playback the date/time files?DateTime() is deprecated. Use SayUnixTime() instead. -Tilghman