@Internal public interface

DatePickerConverter

implements DateConverter
com.atlassian.jira.issue.customfields.converters.DatePickerConverter
Known Indirect Subclasses

@Internal

This interface is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Summary

Fields
public static final Date USE_NOW_DATE This date is used as a placeholder in the Default Value of a Date Custom Field, to indicate that that we should return the current date when getDefault() is called.
Public Methods
String getString(Date value)
Timestamp getTimestamp(String stringValue)
[Expand]
Inherited Methods
From interface com.atlassian.jira.issue.customfields.converters.DateConverter

Fields

public static final Date USE_NOW_DATE

This date is used as a placeholder in the Default Value of a Date Custom Field, to indicate that that we should return the current date when getDefault() is called.

Public Methods

public String getString (Date value)

public Timestamp getTimestamp (String stringValue)