info > Date::Manip::Lang::italian

Not found locally for Date::Manip::Lang::italian. Try Google search

๐Ÿ“› NAME

Date::Manip::Lang::italian โ€” Italian language support for Date::Manip.

๐Ÿš€ Quick Reference

Use CaseCommand / WordDescription
๐Ÿ“… TodayoggiSets date to current day (time unchanged)
๐Ÿ“… Tomorrowdomani+1 day from now
๐Ÿ“… Day after tomorrowdopodomani+2 days from now
๐Ÿ“… Yesterdayieriโˆ’1 day from now
๐Ÿ“… Day before yesterdayl'altroieriโˆ’2 days from now
๐Ÿ• NowadessoCurrent date and time
๐ŸŒ™ Midnightmezzanotte00:00:00
โ˜€๏ธ Noonmezzogiorno12:00:00
โžก๏ธ Next occurrenceprossimo / prossimaNext instance of a time unit
โฌ…๏ธ Previous occurrencescorso / scorsaPrevious instance
โฎ๏ธ Last occurrenceultimo / ultimaLast instance (e.g., last day of month)
โช Past deltafaX time ago (e.g., 5 giorni fa)
โฉ Future deltafra / dopoIn X time (e.g., fra 5 giorni)
๐Ÿ” EveryogniEach occurrence (e.g., ogni lunedรฌ)
๐Ÿ’ผ Business deltalavorativi / lavorativoForce business-day delta
๐Ÿ“ Standard deltaesattamente / circaForce standard (non-business) delta
๐Ÿ• AMAM / m.Morning designator for 12-hour times
๐Ÿ•‘ PMPM / p.Afternoon designator for 12-hour times
๐Ÿ•› At timeallePrecedes a time (like "at" in English)
๐Ÿ“† On datediPrecedes a date (like "on" in English)
๐Ÿ”— Of/In setdella / del / diMember of a set (like "of" in "1st day of December")

๐Ÿ“– SYNOPSIS

This module contains a list of words and expressions supporting the Italian language. It is not intended to be used directly โ€” other Date::Manip modules will load it as needed.

๐Ÿ—ฃ๏ธ LANGUAGE EXPRESSIONS

The following is a list of all language words and expressions used to write times and/or dates.

All strings are case insensitive.

๐Ÿ“† Month names and abbreviations

When writing out the name of the month, several different variations may exist including full names and abbreviations.

Full month names:

Abbreviations:

๐Ÿ“… Day names and abbreviations

When writing out the name of the day, several different variations may exist including full names and abbreviations.

Full day names:

Abbreviations:

Short (1โ€“2 character) abbreviations:

โฑ๏ธ Delta field names

These are the names (and abbreviations) for the fields in a delta. There are 7 fields: years, months, weeks, days, hours, minutes, seconds.

๐ŸŒ… Morning/Afternoon times

These expressions designate morning or afternoon time when a time is entered as a 12-hour time rather than a 24-hour time. For example, in English, the time "17:00" could be specified as "5:00 PM".

๐Ÿ” Each or Every

Words that specify every occurrence of something. Used in phrases like:

Words:

โฌ…๏ธโžก๏ธ Next / Previous / Last occurrence

Words used to specify the next, previous, or last occurrence of something.

Next occurrence:

Previous occurrence:

Last occurrence:

โชโฉ Delta words for going forward/backward in time

When parsing deltas, these words specify whether the delta refers to a time in the future or in the past (relative to some date).

๐Ÿ’ผ Business mode

Two lists of words used to specify a standard (i.e. non-business) delta or a business delta.

Standard delta:

Business delta:

๐Ÿ”ข Numbers

Numbers may be spelled out in a variety of ways. The following sets correspond to the numbers from 1 to 53 and include ordinal forms (masculine -o / feminine -a), cardinal words, and spelled-out ordinals.

๐Ÿšซ Ignored words

In writing out dates in common forms, there are a number of words that are typically not important.

๐Ÿ• Time designator โ€” a word that appears in a phrase to designate that a time is going to be specified next (like "at" in "December 3 at 12:00"):

๐Ÿ”— Set membership โ€” designates one member of a set (like "of" in "1st day of December"):

๐Ÿ“† On a date โ€” specifies that something is on a certain date (like "on" in "on July 5th"):

๐Ÿ“Œ Words that set the date, time, or both

Some words can be used to specify a date, a time, or both relative to now.

๐Ÿ“… Date-setting words (similar to 'yesterday' or 'tomorrow' โ€” these are specified as a delta added to the current time to get a date; the time is NOT set):

๐Ÿ• Time-of-day words (similar to 'noon' or 'midnight'):

๐Ÿ•๐Ÿ“… Full date+time words (similar to 'now' โ€” sets the entire time and date relative to the current time and date):

โฒ๏ธ Hour/Minute/Second separators

When specifying the time of day, the most common separator is a colon (:) which can be used for both separators. Some languages use different pairs (e.g., French allows 13h30:20).

A pair of colons is ALWAYS allowed for all languages. If a language allows additional pairs, they are listed here:

๐Ÿ”ข Fractional second separator

When specifying fractional seconds, the most common way is to use a decimal point (.). Some languages may specify a different separator. The decimal point is ALWAYS allowed for all languages.

๐Ÿ› KNOWN BUGS

None known.

โ“ BUGS AND QUESTIONS

Please refer to the Date::Manip::Problems documentation for information on submitting bug reports or questions to the author.

๐Ÿ‘€ SEE ALSO

๐Ÿ“œ LICENSE

This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

โœ๏ธ AUTHOR

Sullivan Beck (sbeck AT cpan.org)


perl v5.32.1 โ€” 2021-11-20 โ€” Date::Manip::Lang::italian(3pm)

Date::Manip::Lang::italian
๐Ÿ“› NAME ๐Ÿš€ Quick Reference ๐Ÿ“– SYNOPSIS ๐Ÿ—ฃ๏ธ LANGUAGE EXPRESSIONS
๐Ÿ“† Month names and abbreviations ๐Ÿ“… Day names and abbreviations โฑ๏ธ Delta field names ๐ŸŒ… Morning/Afternoon times ๐Ÿ” Each or Every โฌ…๏ธโžก๏ธ Next / Previous / Last occurrence โชโฉ Delta words for going forward/backward in time ๐Ÿ’ผ Business mode ๐Ÿ”ข Numbers ๐Ÿšซ Ignored words ๐Ÿ“Œ Words that set the date, time, or both โฒ๏ธ Hour/Minute/Second separators ๐Ÿ”ข Fractional second separator
๐Ÿ› KNOWN BUGS โ“ BUGS AND QUESTIONS ๐Ÿ‘€ SEE ALSO ๐Ÿ“œ LICENSE โœ๏ธ AUTHOR

Generated by phpman v4.10.0-7-g98e9fd5 Author: Che Dong Under GNU General Public License
2026-09-07 09:01 @2600:1f28:365:80b0:d222:ca63:50d7:f9b2
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!