在公历回历日历之间传输的 Matlab 代码
是否有一个Matlab代码可以将日期(日,月,年)从公历转移
到回历(伊斯兰)日历,也从回历转移到公历,
假设我们要更改公历日期:
星期五,18 / 11 / 2011
回历日期,即 1432 年 12 月 22 日星期五
谢谢
Is there a Matlab code that transfer the date ( day,month,year) from gregorian
to Hijri (Islamic) calendar and also from hijri to gregorian calendar,
Let's assume that we want to change the gregorian date:
Friday, 18 / 11 / 2011
to the Hijri date which is Friday 22 / 12 / 1432
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Windows,则可以使用 .NET MATLAB 内部的框架。
这是一个将公历日期转换为回历(基于CodeProject):
在您的输入:
If you are on Windows, you could use the .NET Framework from inside MATLAB.
Here is a function to convert Gregorian dates to Hijri (based on an article on CodeProject):
Tested on your input: