DBVIEW
org.dbview.utils.Date Class Reference

List of all members.

Static Public Member Functions

static void setDateFormat (String in_format)
static String now ()

Static Private Attributes

static String DATE_FORMAT = "yyyy-MM-dd HH:mm:ss"

Detailed Description

This class contains some dates' utilities.

Author:
Denis BEURIVE

Definition at line 31 of file Date.java.


Member Function Documentation

static String org.dbview.utils.Date.now ( ) [static]

Return the current date and time.

Returns:
The method returns the current date and time.

Definition at line 51 of file Date.java.

static void org.dbview.utils.Date.setDateFormat ( String  in_format) [static]

Set the format of dates.

Parameters:
in_formatDates' format.

Definition at line 42 of file Date.java.


Member Data Documentation

String org.dbview.utils.Date.DATE_FORMAT = "yyyy-MM-dd HH:mm:ss" [static, private]

Format for dates.

Definition at line 36 of file Date.java.

Referenced by org.dbview.utils.Date.now(), and org.dbview.utils.Date.setDateFormat().


The documentation for this class was generated from the following file: