Webnote

Class MyDate

Object
   |
   +--MyDate

class MyDate


A class representing the current date and time.
Defined in objects.js


Constructor Summary
MyDate (stddt)
            Create a new MyDate object.
 
Method Summary
 String pad(s)
           Left pad a number with zeros (up to 2 digits).
 String toString()
           A pretty (well, to me at least) string representing the date.

Constructor Detail

MyDate

MyDate(stddt)

Method Detail

pad

String pad(s)

toString

String toString()

Webnote

Documentation generated by JSDoc on Tue May 24 23:13:22 2005