astro
Class Astro.Jd

java.lang.Object
  extended by astro.Astro.Jd
Enclosing class:
Astro

public static final class Astro.Jd
extends Object

Prints out current jd or, if a parameter is given, the jd of the date given in the first argument.


Constructor Summary
Astro.Jd()
           
 
Method Summary
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Astro.Jd

public Astro.Jd()
Method Detail

main

public static void main(String[] arg)
                 throws ParseException
Parameters:
arg - The date the mjd should be constructed from. If no date is given, the current date is used.
Throws:
ParseException