org.paneris.util
Class DateUtils

java.lang.Object
  extended by org.paneris.util.DateUtils

public class DateUtils
extends java.lang.Object


Constructor Summary
DateUtils()
           
 
Method Summary
static int monthLength(int y, int m)
          The length of the given month, in days.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateUtils

public DateUtils()
Method Detail

monthLength

public static int monthLength(int y,
                              int m)
The length of the given month, in days.

Parameters:
y - the year, as a number (2001 not 101)
m - the month, from 1 (May = 5, not 4)


Copyright © 2000-2008 PanEris. All Rights Reserved.