The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::FormFu::ExtJS::Element::Date

VERSION

version 0.090

DESCRIPTION

dateFormat (http://extjs.com/deploy/dev/docs/?class=Ext.form.DateField) is set to Y-m-d. This is the internal representation of a date and this value will be send to the server on submit.

strftime is set to %Y-%m-%d, which is %F the ISO 8601 date format. This is the format for default values.

By default the localozation of ExtJS will do the job and transform this internal value to a more readable version depending on your locale.

column_model

To change the format of the date object specify $element->attrs->{dateFormat}. The date parsing and format syntax is a subset of PHP's date() function. See http://extjs.com/deploy/dev/docs/?class=Date for details. It defaults to Y-m-d (which is the same as Perl's %Y-%m-%d).

NAME

HTML::FormFu::ExtJS::Element::Date - Date element

SEE ALSO

HTML::FormFu::Element::Date

COPYRIGHT & LICENSE

Copyright 2008 Moritz Onken, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Moritz Onken <onken@netcubed.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by Moritz Onken.

This is free software, licensed under:

  The (three-clause) BSD License