变换波斯语(Jalali日历)约会到格里高利日期
一个人如何自动转换 Persian Dates (Jalali/Iranian日历) r的日历?
假设数据格式以几个月/天(例如“ 1.02”)组织一年。
How can one automatically transform Persian dates (Jalali/Iranian calendar) to the dates according to the Gregorian calendar in R?
Suppose the data format is organized in months/day (for example "1.02") without a year.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了使用现有机械,我们必须填写一年的 。 Jalali的当年显然是1401:
Greg2jal(sys.date())
is(1401,3,4)。因此,警告之类的东西:我不知道Jalali月/天和Gregorian月份/天之间是否有完美的一对一映射...?
We have to fill in something for the year in order to use the existing machinery. The current year in Jalali is apparently 1401:
greg2jal(Sys.Date())
is (1401,3,4). So something likewarning: I don't know if there's a perfect one-to-one mapping between Jalali month/day and Gregorian month/day ... ?