Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vrurg/raku-datetime-parse

Parser of various date/time formats
https://github.com/vrurg/raku-datetime-parse

Last synced: 18 days ago
JSON representation

Parser of various date/time formats

Awesome Lists containing this project

README

        

DateTime::Parse
===================

DateTime parser.

Synopsis
===================

my $rfc1123 = DateTime::Parse.new('Sun, 06 Nov 1994 08:49:37 GMT');
say $rfc1123.Date;

say DateTime::Parse.new('Sun', :rule) + 1; # 7th day of week

Description
==================

- new( $format, $rule )
- $format : String with DateTime to be parsed
- $rule : Rule to run