Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法获得 Babel 语言环境的日、月和年顺序?我在网页上显示三个日期的输入字段,我想根据用户的首选语言来正确地输入顺序。
我知道有Locale.date_formats,但解析日期格式字符串以确定顺序似乎不可靠。
Locale.date_formats
我认为您必须解析日期格式——这类似于 CLDR 数据本身如何表示日期组件的“顺序”。