从一天的一小部分创建时间字符串
所有 NSDate
的东西都值得吸收!我有一个 float
,它是一天 24 小时的小数部分,我想将其转换为 hh:mm AM/PM 格式的
NSString
。
我敢打赌,如果你知道自己在做什么的话,这只是一句俏话……;)
All the NSDate
stuff is a lot to take in! I have a float
that is the decimal fraction of a 24 hour day and I want to convert it to an NSString
in the format hh:mm AM/PM.
I bet it's a one-liner if you know what you're doing... ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许是这样的?
结果:
Perhaps something like this?
Result: