Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
Modifier and Type | Method and Description |
---|---|
static DBDate |
DBDate.parseDateValue(java.lang.String dateStr)
Parses the dateStr to create a Date instance
|
Modifier and Type | Method and Description |
---|---|
static DBDate |
TimeUtil.createDate()
Creates a Date object for the current local time.
|
static DBDate |
TimeUtil.createDate(int year,
int month,
int day)
Creates a date for the given parameters.
|
static DBDate |
ConvertUtil.toDate(java.lang.String dateStr)
Creates a
DBDate object from the given string. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.