Cleaning.
This commit is contained in:
parent
1a0d0dacdf
commit
1185843432
1 changed files with 4 additions and 3 deletions
7
src/fr/devinsy/util/DateHelper.java
Executable file → Normal file
7
src/fr/devinsy/util/DateHelper.java
Executable file → Normal file
|
@ -71,7 +71,7 @@ public class DateHelper
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public String americanFormat (Calendar time)
|
static public String americanFormat (Calendar time)
|
||||||
{
|
{
|
||||||
String result;
|
String result;
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ public class DateHelper
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public String rawFormat (Calendar time)
|
static public String rawFormat (Calendar time)
|
||||||
{
|
{
|
||||||
String result;
|
String result;
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ public class DateHelper
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public boolean isValidDate (String date)
|
static public boolean isValidDate (String date)
|
||||||
{
|
{
|
||||||
boolean result;
|
boolean result;
|
||||||
|
|
||||||
|
@ -133,6 +133,7 @@ public class DateHelper
|
||||||
return (result);
|
return (result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue