icenongli

Gregorian calendar convert to Lunar calendar.

Лицензия

Лицензия

Группа

Группа

com.iceyyy
Идентификатор

Идентификатор

icenongli
Последняя версия

Последняя версия

2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

icenongli
Gregorian calendar convert to Lunar calendar.
Ссылка на сайт

Ссылка на сайт

http://maven.apache.org
Система контроля версий

Система контроля версий

https://github.com/iceenongli/nongli.git

Скачать icenongli

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.iceyyy/icenongli/ -->
<dependency>
    <groupId>com.iceyyy</groupId>
    <artifactId>icenongli</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.iceyyy/icenongli/
implementation 'com.iceyyy:icenongli:2.0'
// https://jarcasting.com/artifacts/com.iceyyy/icenongli/
implementation ("com.iceyyy:icenongli:2.0")
'com.iceyyy:icenongli:jar:2.0'
<dependency org="com.iceyyy" name="icenongli" rev="2.0">
  <artifact name="icenongli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iceyyy', module='icenongli', version='2.0')
)
libraryDependencies += "com.iceyyy" % "icenongli" % "2.0"
[com.iceyyy/icenongli "2.0"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

nongli

公历转农历(1700-3100)

农历是中国最常用的日历之一,具有悠久的历史。 但是农历是非常复杂的,它的大小月及闰月几乎没有任何规律。 本算法解决了 1700-3100 一千年多年公历转农历的问题。

Lunar Calendar

The lunar calendar is one of the most commonly used calendars in China and has a long history. But the lunar calendar is very complex, and its size and leap month almost no law. This algorithm solves the problem of the lunar calendar of 1700-3100 years.

使用示例:
String date = "20170101";
String str = NongLi.getDate(date);
System.out.println(str);

maven地址:
<dependency>
    <groupId>com.iceyyy</groupId>
    <artifactId>icenongli</artifactId>
    <version>2.0</version>
</dependency>

Версии библиотеки

Версия
2.0
1.0