esmero / strawberryfield

A Field of strawberries
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Issue 175b: make date/time parsing even more flexible in our JmesPath keyname provider #194

Closed DiegoPino closed 3 years ago

DiegoPino commented 3 years ago

What?

As @alliomeria and I discovered today, if your webform has actual ISO8601 dates formatted (storing in JSON) the EDTF formatter will kinda give up. This better approach (which I'm sure I coded already in the past but can't find where/how? why am I so tired all the time?) tries in case of an EDTF failure with a direct PHP string to Date approach. How?

How?