1 /*
2 * $Id: IDateFormatCapability.java,v 1.1 2008/05/07 15:21:08 oeuillot Exp $
3 */
4 package org.rcfaces.core.component.capability;
5
6 /**
7 *
8 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
9 * @version $Revision: 1.1 $ $Date: 2008/05/07 15:21:08 $
10 */
11 public interface IDateFormatCapability {
12 String getDateFormat();
13
14 void setDateFormat(String dateFormat);
15 }