Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.245.137 Times

Regexp::Common::time 0.01

  Date Added: April 13, 2010  |  Visits: 1.092

Regexp::Common::time

Report Broken Link
Printer Friendly Version


Product Homepage
Download (94 downloads)



Regexp::Common::time Perl module contains date and time regexps. SYNOPSIS use Regexp::Common qw(time); # Piecemeal, Time::Format-like patterns $RE{time}{tf}{-pat => pattern} # Piecemeal, strftime-like patterns $RE{time}{strftime}{-pat => pattern} # Match ISO8601-style date/time strings $RE{time}{iso} # Fuzzy date patterns # YEAR/MONTH/DAY $RE{time}{ymd} # Most flexible $RE{time}{YMD} # Strictest (equivalent to y4m2d2) # Other available patterns: y2md, y4md, y2m2d2, y4m2d2 # MONTH/DAY/YEAR (American style) $RE{time}{mdy} # Most flexible $RE{time}{MDY} # Strictest (equivalent to m2d2y4) # Other available patterns: mdy2, mdy4, m2d2y2, m2d2y4 # DAY/MONTH/YEAR (European style) $RE{time}{mdy} # Most flexible $RE{time}{MDY} # Strictest (equivalent to d2m2y4) # Other available patterns: dmy2, dmy4, d2m2y2, d2m2y4 # Fuzzy time pattern # HOUR/MINUTE/SECOND $RE{time}{hms} # H: matches 1 or 2 digits; 12 or 24 hours # M: matches 2 digits. # S: matches 2 digits; may be omitted # May be followed by "a", "am", "p.m.", etc. This module creates regular expressions that can be used for parsing dates and times. See Regexp::Common for a general description of how to use this interface. Parsing dates is a dirty business. Dates are generally specified in one of three possible orders: year/month/day, month/day/year, and day/month/year. Years can be specified with four digits or with two digits (with assumptions made about the century). Months can be specified as one digit, two digits, as a spelled-out name, or as a three-letter abbreviation. Day numbers can be one digit or two digits, with limits depending on the month (and, in the case of February, even the year). Also, different people use different punctuation for separating the various elements. A human can easily recognize that "October 21, 2005" and "21.10.05" refer to the same date, but its tricky to get a program to come to the same conclusion. This module attempts to make it possible to do so, with a minimum of difficulty. If you know the exact format of the data to be matched, use one of the specific, piecemeal pattern builders: tf or strftime. If there is some variability, use one of the fuzzy-matching patterns in the dmy, mdy, or ymd families. If the data are wildly variable, such as raw user input, give up and use the Date::Manip or Date::Parse module. Time values are generally much simpler to parse than date values. Only one fuzzy pattern is provided, and it should suffice for most needs..

Requirements: No special requirements
Platforms: Linux
Keyword: Date Date And Time Day Digits Libraries Mdy Module Month One Perl Module Programming Regexpcommontime Time Year
Users rating: 0/10

License: Freeware Size: 35.84 KB
USER REVIEWS
More Reviews or Write Review


REGEXP::COMMON::TIME RELATED
Snippets  -  date and time formatting 1.0
date and time formatting introduces a function that returns a formatted string showing date, time and/or seconds. 
 
Networking  -  Bangla Numbers in Date and Time 0.5
This plugin helps to display the Date and Time of post publishing in Bangla Numbers. But doesn't show date according to Bangla calender, it follows Georgian calender . The plugin doesn't need Bangla language pack installation, it can work by itself.
10 KB  
Modules  -  Bangla Date and Time 1.2
This plugin simply display bangla date and time in comments area and all other date or time into bangla. Install : 1. Download the Plugin bangla-date-and-time.zip 2. Extract zip and upload the plugin in wp-content/plugins/ directory. 3. Activate...
10 KB  
Utilities  -  Date and Time to Letters 0.0.6 Beta
Date and Time to Letters allows to insert the current date or time in full words, as a text field or as plain text. It is fully localizable. Though, this first version is only delivered in French and English, unfortunately in an awkward...
10.24 KB  
Libraries  -  Date::Formatter 0.09
Date::Formatter Perl module is a simple Date and Time formatting object. SYNOPSIS use Date::Formatter; # create a Date::Formatter object with the current date and time. my $date = Date::Formatter->now(); # create a formatter routine for...
12.29 KB  
Libraries  -  App::datetime 0.964
App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types...
122.88 KB  
Desktop Utilities  -  Xfce 4 Datetime Plugin 0.5.0
Xfce 4 Datetime Plugin shows the date and time in the panel, and a calendar appears when you left-click on it. You can also have a look at ‘orage’, which is a bit more advanced calender. Usage: - Compile and install the datetime package...
368.64 KB  
Web Browser Tools  -  WorldClocks 0.8.8-2
WorldClocks is an extension which displays the current date and time of the worlds most important cities. Displays the current date and time of the worlds most important cities To change the default city displayed on the browser status bar,...
18.43 KB  
All-in-One Players  -  EXIF Date Changer 1.1
Exchangeable Image File (EXIF) data is stored within JPEG images. Almost all digital cameras record and store the cameras settings, scene information, date/time the photo was taken etc within this EXIF data. This information can be really useful...
592.75 KB  
File Utilities  -  2Tware Change File Date 1.1
2Tware Change File Date is a handy and reliable utility designed to change the date and time for any file. It's amazing how many times you will find yourself in a situation where you have to change or modify the dates for a file, such as the...
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB