2002/07/01 21:01:01
[org.ibex.core.git] / src / org / mozilla / javascript / NativeDate.java
index 4389ed0..e8bd7e0 100644 (file)
@@ -1706,6 +1706,8 @@ public class NativeDate extends IdScriptable {
     private double date;\r
 \r
     private boolean prototypeFlag;\r
+\r
+    public long getRawTime() { return (long)this.date; }\r
 }\r
 \r
 \r