f317d3122e6f2faa895932c10625442147746e19
[org.ibex.core.git] / src / org / xwt / js / Date.java
1 // Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] 
2
3 package org.xwt.js; 
4 import org.xwt.util.*; 
5 import java.io.*;
6 import java.util.*;
7
8 /** a JavaScript Date object */
9 class Date extends JS.Obj {
10     // FIXME: implement    
11 }