astro
Class Astro.Jd
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Astro.Jd
public Astro.Jd()
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