Download the PHP package oneseven9955/dateparser without Composer
On this page you can find all versions of the php package oneseven9955/dateparser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oneseven9955/dateparser
More information about oneseven9955/dateparser
Files in oneseven9955/dateparser
Download oneseven9955/dateparser
More information about oneseven9955/dateparser
Files in oneseven9955/dateparser
Vendor oneseven9955
Package dateparser
Short Description DateParser is a parser that can interpret date strings in various formats.
License MIT
Package dateparser
Short Description DateParser is a parser that can interpret date strings in various formats.
License MIT
Please rate this library. Is it a good library?
Informations about the package dateparser
This PHP package is a date string parser that can interpret date strings in various formats. It is implemented using a finite state machine. With this package, developers can easily parse date strings without relying on external libraries or tools.
Getting Started
Supported Date Formats
The time part is being omitted.
YYYY-MM-DD
- 2014-04-26
MM/DD/YY
- 3/31/2014
- 03/31/2014
- 08/21/71
- 8/1/71
YYYY/MM/DD
- 2014/3/31
- 2014/03/31
MM.DD.YY
- 3.31.2014
- 03.31.2014
- 08.21.71
- 2014.03
- 2014.03.30
Textual Month
- oct 7, 1970
- oct 7, '70
- oct. 7, 1970
- oct. 7, 70
- October 7, 1970
- October 7th, 1970
- 7 oct 70
- 7 oct 1970
- 03 February 2013
- 1 July 2013
- 2013-Feb-03
All versions of dateparser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-ctype Version *
ext-ctype Version *
The package oneseven9955/dateparser contains the following files
Loading the files please wait ....