зеркало из https://github.com/mozilla/pjs.git
22 строки
437 B
Java
22 строки
437 B
Java
|
|
/* generated by gen_date.awk to provide access to build date at runtime */
|
|
|
|
package com.netscape.jsdebugging.ifcui;
|
|
|
|
class BuildDate
|
|
{
|
|
// Wednesday, September 23, 1998 at 05:12 PM
|
|
|
|
public static final long buildDate = 906595979000L;
|
|
|
|
public static final java.util.Date date()
|
|
{
|
|
return new java.util.Date(buildDate);
|
|
}
|
|
|
|
public static final String display()
|
|
{
|
|
return date().toString();
|
|
}
|
|
}
|