Convert lunar date to JDE
Computes the JDE corresponding to a given lunar date by finding the new moon that starts the month and adding the day offset.
Calendar configuration
Lunar date value
Optionalgyear: numberOptional Gregorian year hint (optimizes computation)
JDE of the lunar date
Low-level pure functions for calendar conversion. Most users should prefer the ChineseDate value object API. These functions are useful when you need fine-grained control or want to build custom logic on top of the core algorithms.