| 
 | Webnote | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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(stddt)
a -  string of the form "YY-MM-DD HH:mm:ss"  
     | Method Detail | 
String pad(s)
String toString()
| 
 | Webnote | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||