net.sf.tacos.mixins.DateJS

A mixin for a text field that allows you to type a date into a text field in one of the following forms: today tomorrow July 2008 next friday last April +5years This mixin is based on datejs library.

[JavaDoc]

Component Parameters

NameTypeFlagsDefaultDefault PrefixDescription
formatStringliteral
messageStringmessage

Simple Example

<input  t:type="DateField" t:value="date"
        t:mixins="tacos/datejs" t:format="MM/dd/yyy"/>


Back to index