VB6 儒略日期字符串到日期对象
Visual Basic 6 中是否有函数可用于将儒略日期字符串 (99001-1st of Jan 1999) 转换为 Date
对象?
我尝试使用 CDate()
但结果不符合预期。
谢谢。
Is there a function in Visual Basic 6 that can be used to convert a julian date string (99001-1st of Jan 1999) to a Date
object?
I have tried using CDate()
but the results are not as expected.
THanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为以下方法可行,只需将您的朱利安日期放入 jd 变量中即可。
I think the following would work, just put your julian date inside the jd variable.