logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBIx::Class::Schema::PopulateMore::Inflator::Date - Returns A DateTime object

Attributes

       This class defines the following attributes.

Author

       Please see DBIx::Class::Schema::PopulateMore For authorship information

Description

       Sometimes you need to put dates into your table rows, but this can be a big hassle to do, particularly in
       a crossplatform way.  This plugin will assist in this.  It also makes it easy to insert relative
       date/times. such as 'now', 'last week', etc.  See DateTimeX::Easy for more information on how we coerce
       dates.

License

       Please see DBIx::Class::Schema::PopulateMore For licensing terms.

perl v5.36.0                                       2023-01-22              DBIx::Class::S...:Inflator::Date(3pm)

Methods

       This module defines the following methods.

   inflate($command,$string)
       This is called by Populate's dispatcher, when there is a match.

Name

       DBIx::Class::Schema::PopulateMore::Inflator::Date - Returns A DateTime object

See Also