Example usage for com.liferay.portal.kernel.util FastDateFormatFactoryUtil setFastDateFormatFactory

List of usage examples for com.liferay.portal.kernel.util FastDateFormatFactoryUtil setFastDateFormatFactory

Introduction

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

Prototype

public void setFastDateFormatFactory(FastDateFormatFactory fastDateFormatFactory) 

Source Link

Usage

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

License:Open Source License

protected void setUpFastDateFormatFactoryUtil() {
    FastDateFormatFactoryUtil fastDateFormatFactoryUtil = new FastDateFormatFactoryUtil();

    fastDateFormatFactoryUtil.setFastDateFormatFactory(new FastDateFormatFactoryImpl());
}