Example usage for com.google.gwt.user.datepicker.client DateBox.Format interface-usage

List of usage examples for com.google.gwt.user.datepicker.client DateBox.Format interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.datepicker.client DateBox.Format interface-usage.

Usage

From source file org.freemedsoftware.gwt.client.widget.CustomDatePicker.java

public class CustomDatePicker extends DateBox implements HashSetter, DateBox.Format {

    protected String hashMapping = null;

    protected DateTimeFormat dateFormat = DateTimeFormat.getFormat("yyyy-MM-dd");