C 将 char[] 转换为时间戳;
我有 char date[] = "2011-04-01";它如何转换为 C 或 C++ 中的时间戳?
I have char date[] = "2011-04-01"; How it convert to timestamp in C or C++ ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
警告:strptime 是 POSIX-功能(可能无法通过操作系统“Windows”上的 time.h 获得) 平台)。
Warning: strptime is a POSIX-function (may not be available through time.h on OS "Windows" platform).
试试这个:
Try this: