This repository has been archived by the owner. It is now read-only.
afiskon/p6-datetime-format-w3cdtf
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
*** I'm sorry, but this module is not supported anymore since I have little interest in Perl 6. Feel free to create a fork. *** NAME DateTime::Format::W3CDTF - A Perl 6 module to deal with W3CDTF dates. SYNOPSYS use DateTime::Format::W3CDTF; my $w3c = DateTime::Format::W3CDTF.new; my DateTime $datetime = $w3c.parse('2012-09-04T11:22:33.5+04:00'); say $w3c.format($datetime); DESCRIPTION A Perl 6 module to deal with W3CDTF dates. METHODS parse(Str $date) of DateTime Parses the string with W3C-formatted date and returns DateTime object. Throws an exception in case of errors. format(DateTime $date) of String Converts DateTime object to the W3C-formatted date string. Throws an exception in case of errors. AUTHOR Alexandr Alexeev, <eax at cpan.org> (https://eax.me/) COPYRIGHT Copyright 2012 Alexandr Alexeev This program is free software; you can redistribute it and/or modify it under the same terms as Rakudo Perl 6 itself.
About
Perl 6 module to deal with W3CDTF dates (ABANDONED!)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Other 100.0%