NAME

DBIx::HTMLView::Date - A simple date filed

SYNOPSIS

$fld=$post->fld('testf');
print $fld->view_html;

DESCRIPTION

This is a subcalss of DBIx::HTMLView::Str used to represent date fields in the databse as well as the data contained in it. Se the DBIx::HTMLView::Field and DBIx::HTMLView:.Fld (the superclass of Field) manpage for info on the methods of this class.