From cc25686d831ac6d1ae6b759ea52ba9afddc94b4b Mon Sep 17 00:00:00 2001 From: Aaron Raddon Date: Thu, 15 Mar 2018 14:45:27 -0700 Subject: [PATCH] update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26cbe7c..3cd839b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Parse any date string without knowing format in advance. Uses a scanner to read [![Build Status](https://travis-ci.org/araddon/dateparse.svg?branch=master)](https://travis-ci.org/araddon/dateparse) [![Go ReportCard](https://goreportcard.com/badge/araddon/dateparse)](https://goreportcard.com/report/araddon/dateparse) +**MM/DD/YYYY VS DD/MM/YYYY** Right now this uses mm/dd/yyyy WHEN ambiguous will work on alternate api for preferring dd/mm https://github.com/araddon/dateparse/issues/28. **Timezones** The location your server is configured effects the results! See example or https://play.golang.org/p/IDHRalIyXh and last paragraph here https://golang.org/pkg/time/#Parse.