org.ujorm.wicket.component.form.fields
Class DateConverter

java.lang.Object
  extended by org.ujorm.wicket.component.form.fields.DateConverter

public class DateConverter
extends Object

interpretation of the "quick and dirty" Java converter found in the comments of that link...

Author:
Geoff
See Also:
https://github.com/got5/tapestry5-jquery/issues/294

Constructor Summary
DateConverter()
           
 
Method Summary
 String toJQueryUIDateFormat(String dateFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateConverter

public DateConverter()
Method Detail

toJQueryUIDateFormat

public String toJQueryUIDateFormat(String dateFormat)


Copyright © 2015. All Rights Reserved.