From c1586d59b9cc1da89c3764a45dbbd4e448fa881c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 18 Dec 2016 01:35:17 -0500 Subject: [PATCH] slang_date --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index c041057..3406bd7 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,9 @@ Just playing with an API here: >>> tomorrow = maya.when('tomorrow') + >>> tomorrow.slang_date() + 'tomorrow' + >>> tomorrow.iso8601() '2016-12-16T15:11:30.263350Z'