DBIx::Class::Schema::PopulateMore::Inflator::Date - Returns A DateTime object
Contents
Attributes
This class defines the following attributes.
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
