iPad - 通过删除世纪来更新字符串中的日期格式

发布于 2024-10-25 09:03:51 字数 181 浏览 1 评论 0原文

我目前有一个包含 03/23/2011 的 NSString。

我想检查该字符串是否与 XX/XX/XXXX 格式匹配,如果是,则从年份中删除世纪,以 XX/XX/XX 结尾,因此在示例中为 03/23/11 。

我应该通过尝试从字符串中获取 NSDate 并设置我想要取回它的格式来做到这一点,还是有更简单的方法?

I currently have an NSString that contains 03/23/2011.

I would like to check to see if the string matches the XX/XX/XXXX format, and if so, remove the century from the year, ending up with XX/XX/XX, so in the example case, 03/23/11.

Should I do this by trying to get an NSDate from the string and setting the format that I want to get it back, or is there a simpler way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文