branch: elpa/datetime commit dd38546d80a8aa30b9e259490ab82c337e851f54 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Fix README formatting. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d886e2285..1068b50dfd 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,9 @@ Different programming language and their libraries use different formats. E.g. format of date 2015-09-24 can be expressed at least in the following ways: - * `yyyy-MM-dd` ([ICU](http://userguide.icu-project.org/formatparse/datetime), [Java](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html)) - - * `%Y-%m-%d` (POSIX, Emacs) - - * `Y-m-d` ([PHP](http://php.net/manual/en/function.date.php)) +* `yyyy-MM-dd` ([ICU](http://userguide.icu-project.org/formatparse/datetime), [Java](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html)) +* `%Y-%m-%d` (POSIX, Emacs) +* `Y-m-d` ([PHP](http://php.net/manual/en/function.date.php)) This library currently uses Java pattern format, but is internally written in such a way that support for other types can be added