How to print the NSDate as Julian calendar formatted date in iphone?

瘦欲@ 提交于 2019-12-13 04:29:58

问题


I want to display Julian Calendar formatted dates. How can I do this using NSLog? I only got the Georgian calendar values.


回答1:


You can use this formula to convert Gregorian calendar date to Julian date.



来源:https://stackoverflow.com/questions/12000399/how-to-print-the-nsdate-as-julian-calendar-formatted-date-in-iphone

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!