You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The blueprints.yaml only support limited type of date format
some countries use different date format for example:
China uses format like "2019年-05月-08日"
Japan uses format like "令和元年5月" etc. very tricky though...
maybe add more options for the users using the date format like 'Y-m':"2019-05"
or a custom input box to input the format settings in the web interface
date_display_format:
type: selectsize: mediumclasses: fancylabel: Date Formatdefault: 'jS M Y'options:
'F jS Y': "January 1st 2014"'l jS of F': "Monday 1st of January"'D, m M Y': "Mon, 01 Jan 2014"'d-m-y': "01-01-14"'jS M Y': "10th Feb 2014"'F Y': "Jan 2015"
The text was updated successfully, but these errors were encountered:
While yes, there is a limited set of choices in the dropdown of the admin, you can set the format directly in your user/config/plugins/archives.yaml file. Be careful though, if you do this, don't try to save from admin or it will not find your format in the select, and set the first option and overwrite your custom format.
The blueprints.yaml only support limited type of date format
some countries use different date format for example:
China uses format like "2019年-05月-08日"
Japan uses format like "令和元年5月" etc. very tricky though...
maybe add more options for the users using the date format like
'Y-m':"2019-05"
or a custom input box to input the format settings in the web interface
The text was updated successfully, but these errors were encountered: