facebookarchive / instant-articles-builder

Instant Articles Rules Editor
https://facebook.github.io/instant-articles-builder
Other
125 stars 67 forks source link

Fix/improve date format #67

Closed mburak closed 6 years ago

mburak commented 6 years ago

This PR changes the date format we are using in the rules from ISO 8601 to PHP date format so it's compatible with the Facebook Instant Articles SDK. It also adds a link to the PHP Date documentation.

image

pestevez commented 6 years ago

@mburak I took the liberty to fix some of the linter warnings. Requesting now @diegoquinteiro to take a look.