jgzhou
2021-04-09 37c8b915c7e348e55c16bbd963b470de642e46ac
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];