Cubby functions
Function dateFormat

java.lang.String dateFormat( java.lang.Object, java.lang.String )
Date 型のオブジェクトをフォーマットして出力します。JSTL の dateFormat タグの代わりに使用します。

Example:
${f:dateFormat(todo.limitDate, "yyyy-MM-dd")}


Function Information
Function Classorg.seasar.cubby.tags.CubbyFunctions
Function Signaturejava.lang.String dateFormat( java.lang.Object, java.lang.String )
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.