sanity-io / GROQ

Specification for GROQ - The Query Language for JSON
https://groq.dev
MIT License
398 stars 15 forks source link

Date formatting in GROQ queries #54

Open SimeonGriggs opened 3 years ago

SimeonGriggs commented 3 years ago

Just a thought now that portable text can be returned as plain text, other formatting options could be very useful. Like declaring the format of a date.

Could save loading date formatting libraries client side, also.

Leveraging date-fns would be a nice standard.