HTML::FormHandler::Field::DateTime man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

HTML::FormHandler::FieUserDContributed PeHTML::FormHandler::Field::DateTime(3)

NAME
       HTML::FormHandler::Field::DateTime - compound DateTime field

VERSION
       version 0.35005

DESCRIPTION
       This is a compound field that uses modified field names for the sub
       fields instead of using a separate sub-form. Widget type is 'compound'.

       If you want to use drop-down select boxes for your DateTime, you can
       use fields like:

	   has_field 'my_date' => ( type => 'DateTime' );
	   has_field 'my_date.month' => ( type => 'Month' );
	   has_field 'my_date.day' => ( type => 'MonthDay' );
	   has_field 'my_date.year' => ( type => 'Year' );
	   has_field 'my_date.hour' => ( type => 'Hour' );
	   has_field 'my_date.minute' => ( type => 'Minute' );

       If you want simple input fields:

	   has_field 'my_date' => ( type => 'DateTime' );
	   has_field 'my_date.month' => ( type => 'Integer', range_start => 1,
		range_end => 12 );
	   has_field 'my_date.day' => ( type => 'Integer', range_start => 1,
		range_end => 31 );

       Customizable error: 'datetime_invalid' (default = "Not a valid
       DateTime")

AUTHOR
       FormHandler Contributors - see HTML::FormHandler

COPYRIGHT AND LICENSE
       This software is copyright (c) 2011 by Gerda Shank.

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

perl v5.14.1			  2011-10HTML::FormHandler::Field::DateTime(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net