kou opened a new issue, #37984:
URL: https://github.com/apache/arrow/issues/37984

   ### Describe the enhancement requested
   
   We use `'23 August 2023' format in apache/arrow-site's `_data/versions.yml`: 
https://github.com/apache/arrow-site/pull/392/files#diff-07c163a95eaa095b99cb6cef24f85f0771c67f8a5b1488172be863457c1fa9f3R22
   
   But it's difficult to reuse. See also: 
https://github.com/apache/arrow-site/pull/408#issuecomment-1738083986
   
   We can use ISO 8601 format such as `2023-08-23` in `_data/versions.yml`. If 
we use ISO 8601 format, YAML parser used by Jekyll parses it as a `Date` 
object. If we can use the value as a `Date` object in Jekyll, it's easy to use 
it. For example, we can change its format by using `date` filter: 
https://shopify.github.io/liquid/filters/date/
   
   ### Component(s)
   
   Release


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to