Example usage for com.liferay.portal.util DateFormatFactoryImpl DateFormatFactoryImpl

List of usage examples for com.liferay.portal.util DateFormatFactoryImpl DateFormatFactoryImpl

Introduction

In this page you can find the example usage for com.liferay.portal.util DateFormatFactoryImpl DateFormatFactoryImpl.

Prototype

DateFormatFactoryImpl

Source Link

Usage

From source file:com.liferay.dynamic.data.mapping.render.DDMFormFieldValueRendererTest.java

License:Open Source License

protected void setUpDateFormatFactoryUtil() {
    DateFormatFactoryUtil dateFormatFactoryUtil = new DateFormatFactoryUtil();

    dateFormatFactoryUtil.setDateFormatFactory(new DateFormatFactoryImpl());
}