[ ソース: libtemplate-plugin-datetime-perl ]
パッケージ: libtemplate-plugin-datetime-perl (0.06002-1.1)
libtemplate-plugin-datetime-perl に関するリンク
Debian の資源:
libtemplate-plugin-datetime-perl ソースパッケージをダウンロード:
- [libtemplate-plugin-datetime-perl_0.06002-1.1.dsc]
- [libtemplate-plugin-datetime-perl_0.06002.orig.tar.gz]
- [libtemplate-plugin-datetime-perl_0.06002-1.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libdatetime-format-human-duration-perl
- libtemplate-plugin-datetime-format-perl
- libdatetime-event-recurrence-perl
- libdatetime-format-pg-perl
- libdatetime-format-flexible-perl
- libdatetime-format-mysql-perl
- libdata-formvalidator-constraints-datetime-perl
- libdatetime-format-db2-perl
- libdatetime-format-sqlite-perl
- libdatetime-format-iso8601-perl
- python3-dateutil
plugin to use DateTime objects in the Template Toolkit
Basic usage for Template::Plugin::DateTime 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',
pattern => '%Y-%m-%d %H:%M:%S', time_zone => 'America/New_York');
その他の libtemplate-plugin-datetime-perl 関連パッケージ
|
|
|
|
-
- dep: libdatetime-format-strptime-perl
- Perl module to parse and format strp and strf time patterns
-
- dep: libdatetime-perl
- module for manipulating dates, times and timestamps
-
- dep: libtemplate-perl
- "Template Toolkit" template processing system in Perl
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語