将日期戳记为字符串
我确信这是一个简单的问题,但我似乎无法在任何地方找到如何做到这一点。我需要使用当前日期并将其保存到字符串中。我不知道如何获得数据戳。 有人可以帮我吗? 谢谢您的宝贵时间! -杰夫
I'm sure this is a easy problem, but I just can not seem to find how to do this anywhere. I need to use the current Date and save it into a String. I do not know how to get the dat stamp.
Could someone please help me out?
Thank you for your time!
-Jeff
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要根据 文档
You will need to set your format according to the docs
使用 NSDateFormatter, 这里有一个链接举例说明
Use NSDateFormatter, heres a link with examples