Example usage for com.liferay.portal.kernel.util DateUtil ISO_8601_PATTERN

List of usage examples for com.liferay.portal.kernel.util DateUtil ISO_8601_PATTERN

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util DateUtil ISO_8601_PATTERN.

Prototype

String ISO_8601_PATTERN

To view the source code for com.liferay.portal.kernel.util DateUtil ISO_8601_PATTERN.

Click Source Link

Usage

From source file:com.liferay.portlet.expando.util.ExpandoConverterUtil.java

License:Open Source License

private static DateFormat _getDateFormat() {
    return new SimpleDateFormat(DateUtil.ISO_8601_PATTERN);
}