|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.sql.DateUtilities
public class DateUtilities
Date utilities for use with SQL queries
Copyright (c) Formaria Ltd., 2008, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.
$Revision: 1.4 $
| Constructor Summary | |
|---|---|
DateUtilities()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
formatDate(java.util.Date d)
Return a string representing the date in the "dd-MM-yyyy" format |
static java.lang.String |
formatDate(java.lang.String d)
Converts a string representation of the date in long format to the "dd-MM-yyyy" string representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateUtilities()
| Method Detail |
|---|
public static java.lang.String formatDate(java.util.Date d)
d - the raw date value
public static java.lang.String formatDate(java.lang.String d)
d - the raw date string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||