Lunar/Lunar/ViewController.m
@@ -20,8 +20,8 @@ self.view.backgroundColor = [UIColor redColor]; // Solar *d = [Solar fromYmdHms:2021 :4 :1 :0 :0 :0]; Solar *d = [Solar fromDate:[NSDate new]]; Solar *d = [Solar fromYmdHms:1901 :1 :1 :0 :0 :0]; // Solar *d = [Solar fromDate:[NSDate new]]; NSLog(@"公历:%@", [d toFullString]); Lunar *l = [d getLunar];