## 天赦日 天赦日,四时专气、生育万物、免罪赦过、天帝赦免众生罪过吉日,最利于消灾化煞,祈福延寿。天赦日最忌杀生,遇此日婚娶、宴请不要肆意杀生,尽量提前购买三净肉以备使用或者干脆素宴。 天赦日规则: 春戊寅、夏甲午、秋戊申、冬甲子。 1. .isDayTianShe() > 当日是否天赦日,返回true/false ### 示例代码
javascript
java
csharp
php
python
go
// v1.2.20 var d = Tao.fromLunar(Lunar.fromDate(new Date())); console.log(d.isDayTianShe());
// v1.2.16 Tao d = Tao.fromLunar(Lunar.fromDate(new Date())); System.out.println(d.isDayTianShe());
Tao d = Tao.fromLunar(Lunar.fromDate(new Date())); Console.WriteLine(d.isDayTianShe());
$d = Tao::fromLunar(Lunar::fromDate(new DateTime())); echo $d->isDayTianShe()."\n";
d = Tao.fromLunar(Lunar.fromDate(datetime.now())) print d.isDayTianShe()
d := calendar.NewTaoFromLunar(calendar.NewLunarFromDate(time.Now())) fmt.Println(d.IsDayTianShe())
### 输出