Popularity
1.9
Stable
Activity
0.0
Stable
1
3
0
Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Text
period alternatives and similar packages
Based on the "Text" category.
Alternatively, view period alternatives based on common mentions on social networks and blogs.
-
skylighting
A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions -
double-conversion
A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of period or a related project?
README
Period
https://hackage.haskell.org/package/period
Library and executable to parse and format date periods, collapse and expand, e.g. 2018 → 2018-01-01,2018-12-31 and backwards.
Usage: period COMMAND
Expand or collapse text representation of date range.
period collapse 2018-01-01,2018-12-31
=> 2018
period collapse 2018-01-01,2118-12-31
=> 2018,2118
period expand 2018-01
=> 2018-01-01,2018-01-31
period expand 2018-01-07,14
=> 2018-01-07,2018-01-14
Available options:
-h,--help Show this help text
Available commands:
collapse Find shortest representation for time period
expand Display start and end points of time period