我使用 FormattedDate 来显示时间,我想知道我是否可以为每个部分时间设置样式。 我设法调整了小时和分钟的风格,但是" AM" &安培;&安培; " PM"
我的目标是获得与附加图像相似的内容
答案 0 :(得分:0)
我做了一些研究,并在 react-intl 的github回购中发布了一个问题 这是我得到的答案:
"This is not currently possible, but this is the exact use-case for the
formatToParts() API that we standardized as part of JavaScript!
Eventually we'll use this API directly within React Intl."
替代解决方案:
在我的研究过程中,我发现了一个名为DateFormat的另一个有趣的NPM模块 该工具非常灵活,我能够通过设置日期的每个元素
来获得所需的结果