The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Template::Plugin::Date"

Template::Plugin::Date - Plugin to generate formatted date strings River stage three • 561 direct dependents • 959 total dependents

The "Date" plugin provides an easy way to generate formatted time and date strings by delegating to the "POSIX" "strftime()" routine. The plugin can be loaded via the familiar USE directive. [% USE date %] This creates a plugin object with the defaul...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC - Search in distribution

Template::Plugin::Date::FriendlyDelta - A Template Toolkit plugin filter to show a human friendly time delta between a supplied date and now River stage zero No dependents

See above for use in your templates. You can also pass two arguments: a hash to change the display, and a modifier for when you want to use custom plurals. Structure of the format / display hash: my $format_hash = { month => { 1 => 'January', 2 => 'F...

ACORN/Template-Plugin-Date-FriendlyDelta-0.02 - 21 Oct 2015 08:56:51 UTC - Search in distribution

Template::Plugin::ByDate - Keeps/removes included text based on whether the current date is within range. River stage zero No dependents

DMCBRIDE/Template-Plugin-ByDate-0.04 - 29 Jan 2008 17:13:00 UTC - Search in distribution

Template::Plugin::AutoDate - Enhance Template Toolkit with easy access to DateTime and DateTime::Format::Flexible River stage zero No dependents

This module allows you to access the full power of DateTime from within Template Toolkit. Since you don't always have date objects in the data, it also allows you to coerce arbitrary strings into DateTime using DateTime::Format::Flexible. When you us...

NERDVANA/Template-Plugin-AutoDate-0.90 - 13 Aug 2021 13:31:41 UTC - Search in distribution

Template::Plugin::DateTime - A Template Plugin To Use DateTime Objects River stage one • 2 direct dependents • 2 total dependents

The basic idea to use a DateTime plugin is as follows: USE date = DateTime(year = 2004, month = 4, day = 1); -OR- by passing a pattern to parse a date by string using DateTime::Format::Strptime USE date = DateTime(from_string => '2008-05-30 00:00:00'...

DMAKI/Template-Plugin-DateTime-0.06002 - 04 Aug 2011 01:54:14 UTC - Search in distribution

Template::Plugin::TimeDate - Template::Toolkit plugin to parse/format dates using TimeDate River stage zero No dependents

"Template::Plugin::TimeDate" is a "Template::Toolkit" plug-in that makes of the "Date::Parse" and "Date::Format" modules from the "TimeDate" distribution, to help deal with parsing/formatting dates. Why another date/time plug-in? "Template::Plugin::D...

GTERMARS/Template-Plugin-TimeDate-1.04 - 13 Jan 2021 16:47:09 UTC - Search in distribution

Template::Plugin::DateTime::Format - format DateTime objects from inside TT with DateTime::Format-style formatters River stage zero No dependents

Oftentimes, you have a DateTime object that you want to render in your template. However, the default rendering (2008-01-01T01:23:45) is pretty ugly. Formatting the DateTime with a DateTime::Format object is the usual solution, but there's usually no...

NEILB/Template-Plugin-DateTime-Format-0.03 - 01 Oct 2014 20:31:03 UTC - Search in distribution

Nile::View - The template processing system. River stage zero No dependents

Nile::View - The template processing system. Templates or views are pure html files with special xml tags which can be used to insert the application dynamic output. These xml sepcial tags also can be used to pass parameters to the plugins. Templates...

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC - Search in distribution
  • Nile - Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme.

Petal - Perl Template Attribute Language - TAL for Perl! River stage one • 7 direct dependents • 8 total dependents

NINE/Petal-2.26 - 20 May 2020 12:54:55 UTC - Search in distribution

Petal::Utils - Useful template modifiers for Petal. River stage one • 1 direct dependent • 1 total dependent

The Petal::Utils package contains commonly used Petal modifiers (or plugins), and bundles them with an easy-to-use installation interface. By default, a set of modifiers are installed into Petal when you use this module. You can change which modifier...

WMCKEE/Petal-Utils-0.06 - 20 Aug 2004 13:33:50 UTC - Search in distribution

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

mira - static site generator River stage zero No dependents

KIAVASH/Mira-00.07.56 - 17 Apr 2018 18:06:12 UTC - Search in distribution
  • Mira - static site generator

smonitor - command-line tool for monitoring services River stage zero No dependents

smonitor is a command-line tool for monitoring (checking) various services and other parts of your IT infrastructure. In order to run it, you need to have a configuration file that defines what services to check and how to do the checking. Details ho...

TULSOFT/Monitor-Simple-0.2.8 - 08 Jun 2013 07:34:40 UTC - Search in distribution

db-browser - Browse SQL databases and their tables interactively. River stage zero No dependents

Before using "db-browser", ensure you have backed up your databases. Search and read in SQL databases: one can interactively browse databases and their tables. "App::DBBrowser" provides and supports plugins for the DBI drivers "DBD::SQLite", "DBD::my...

KUERBIS/App-DBBrowser-2.407 - 11 Mar 2024 17:34:19 UTC - Search in distribution

pl-examples - Perl One-Liner Examples River stage zero No dependents

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

Crypt::LE - Let's Encrypt (and other ACME-based) API interfacing module and client. River stage zero No dependents

Crypt::LE provides the functionality necessary to use Let's Encrypt API and generate free SSL certificates for your domains. It can also be used to generate RSA keys and Certificate Signing Requests or to revoke previously issued certificates. Crypt:...

LEADER/Crypt-LE-0.39 - 12 Mar 2023 22:10:15 UTC - Search in distribution

Workflow - Simple, flexible system to implement workflows River stage zero No dependents

Overview This is a standalone workflow system. It is designed to fit into your system rather than force your system to fit to it. You can save workflow information to a database or the filesystem (or a custom storage). The different components of a w...

JONASBN/Workflow-1.62 - 11 Feb 2023 20:34:20 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution
146 results (0.145 seconds)