Well, that's a Chinese Lunar Library,
It's just convert milliseconds value to Chinese lunar calendar date。
e.g. the DateTime.Now
The function is still very simple, although can be used basically.
However, let's update it later.
The App Use of this library:
Basic Usage:
The Result:
Any suggestion is welcome,
I'm new to compile library, Thx =D
It's just convert milliseconds value to Chinese lunar calendar date。
e.g. the DateTime.Now
The function is still very simple, although can be used basically.
However, let's update it later.
The App Use of this library:
Basic Usage:
B4X:
Dim b As LunarLib
Dim c As Lunar =b.converterDate(DateTime.Now)
Log(c.Day)
Log(c.lyear & " " & c.lmonth & " " & c.lday)
Log(c.toString)
Log(c.Month & "月" & c.Day)
The Result:
Any suggestion is welcome,
I'm new to compile library, Thx =D
Attachments
Last edited: