sxwnld

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

sxwnld

sxwnld #
don't support null safety
Features #
干支计算,星座,建除,阴历月日。
Getting started #
import 'package:sxwnld/src/custom_date.dart';
copied to clipboard
Usage #
void main() {
DateTime dt = DateTime(2022, 12, 17, 11, 39);
CustomDate ct = CustomDate(dt);
print(
"${ct.cust.year}年-${ct.cust.month}月-${ct.cust.day}日-${ct.cust.hour}:${ct.cust.minute}\n${ct.gzYear}年${ct.gzMonth}月${ct.gzDay}日${ct.gzHour}时\n建除: ${ct.jianChu}\n日禽:${ct.riQin}\n阴历: ${ct.moons}星座: ${ct.xingZuo}");
}
copied to clipboard
Additional information #
mail: bGlhbmd6aTIwMjFAeWFuZGV4LmNvbQo=

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.