astro
Class Astro.Mjd
java.lang.Object
astro.Astro.Mjd
- Enclosing class:
- Astro
public static final class Astro.Mjd
- 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.Mjd
public Astro.Mjd()
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