gpt4 book ai didi

android - 获取本地化的短日期模式作为字符串?

转载 作者:搜寻专家 更新时间:2023-11-01 08:56:00 24 4
gpt4 key购买 nike

我想获得“短日期”的模式作为 String根据用户的区域设置定制的(例如“E dd MMM”)。我可以轻松获得本地化的 DateFormat -对象使用
DateFormat mDateFormat = android.text.format.DateFormat.getDateFormat(mContext);
但是DateFormat没有 .toPattern() -方法。

如果我用

SimpleDateFormat sdf = new SimpleDateFormat();<br/>
String mDateFormatString = sdf.toPattern();

我不知道如何只获取 日期模式字符串而不是完整的 M/d/yy h:mm a

最佳答案

我最终使用了

String deviceDateFormat = DateFormat.getBestDateTimePattern(Locale.getDefault(), "E dd MMM");

将为我提供所提供输入格式的“最佳区域表示”,在本例中为工作日、日和月。

关于android - 获取本地化的短日期模式作为字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18860731/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com