| Copyright | (c) CNRS 2017-present |
|---|---|
| License | AGPL + CECILL v3 |
| Maintainer | team@gargantext.org |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Gargantext.Core.Text.Corpus.Parsers.Date
Description
According to the language of the text, parseDateRaw returns date as Text:
TODO : Add some tests import Gargantext.Core.Text.Corpus.Parsers.Date as DGP DGP.parseDateRaw DGP.FR "12 avril 2010" == "2010-04-12T00:00:00.000+00:00"