chronos.New() //Create current time
chronos.New(time.Now()) //The parameter is of type time.Time
chronos.New("2017/11/14 08:17") //Parameter is a specified format string
chronos.New().Lunar() //Get the lunar calendar
chornos.New().Solar() //Get the solar calendar