Acme-CPANModules-FormattingDate

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    This document describes version 0.002 of
    Acme::CPANModules::FormattingDate (from Perl distribution
    Acme-CPANModules-FormattingDate), released on 2023-10-29.

DESCRIPTION
    Overview

    Date formatting modules can be categorized by their expected input
    format and the formatting styles.

    Input format: Some modules accept date in the form of Unix epoch (an
    integer), or a list of integer produced by running the epoch through the
    builtin gmtime() or localtime() function. Some others might expect the
    date as DateTime object. For formatting style: there's strftime in the
    POSIX core module, and then there's the others.

    This list is organized using the latter criteria (formatting style).

    strftime (and variants)

    The POSIX module provides the strftime() routine which lets you format

lib/Acme/CPANModules/FormattingDate.pm  view on Meta::CPAN

our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-FormattingDate'; # DIST
our $VERSION = '0.002'; # VERSION

my $text = <<'_';
**Overview**

Date formatting modules can be categorized by their expected input format and
the formatting styles.

Input format: Some modules accept date in the form of Unix epoch (an integer),
or a list of integer produced by running the epoch through the builtin gmtime()
or localtime() function. Some others might expect the date as <pm:DateTime>
object. For formatting style: there's strftime in the <pm:POSIX> core module,
and then there's the others.

This list is organized using the latter criteria (formatting style).

**strftime (and variants)**

The <pm:POSIX> module provides the `strftime()` routine which lets you format

lib/Acme/CPANModules/FormattingDate.pm  view on Meta::CPAN


This document describes version 0.002 of Acme::CPANModules::FormattingDate (from Perl distribution Acme-CPANModules-FormattingDate), released on 2023-10-29.

=head1 DESCRIPTION

B<Overview>

Date formatting modules can be categorized by their expected input format and
the formatting styles.

Input format: Some modules accept date in the form of Unix epoch (an integer),
or a list of integer produced by running the epoch through the builtin gmtime()
or localtime() function. Some others might expect the date as L<DateTime>
object. For formatting style: there's strftime in the L<POSIX> core module,
and then there's the others.

This list is organized using the latter criteria (formatting style).

B<strftime (and variants)>

The L<POSIX> module provides the C<strftime()> routine which lets you format



( run in 0.861 second using v1.01-cache-2.11-cpan-df04353d9ac )