PDA

View Full Version : date object methods


kentyler
04-16-2003, 06:33 PM
these methods of a date object seem to return "call to undefined method"
toDateString
toGMTString
toLocaleDateString
toLocaleTimeString
toUTCString
toTimeString

antun
04-17-2003, 08:15 AM
That's right - the only "to" method that the Date object supports is toString().

-Antun