Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Parse ISO 8601 date/times

by roboticus (Chancellor)
on Nov 07, 2012 at 10:41 UTC ( [id://1002652]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    &&  $part !~ m{    # Time or partial time (or period):
            ^(?:|P)T [012][0-9] (?:| :?[0-5][0-9] (?:| :?[0-5][0-9] ) )
            (?:| [.,][0-9]+ )$
        }x
    
  2. or download this
    &&  $part !~ m{    # Time or partial time (or period):
            ^(?:|P)T [012]\d (?:| :?[0-5]\d (?:| :?[0-5]\d ) )
            (?:| [.,]\d+ )$
        }x
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1002652]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-26 08:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found