carbon::parse("2022-12-08");
carbon::createFromFormat("Y-m-d", "2022-12-08");
carbon::now()->toDateString();
carbon::now()->toDateTimeString();
Carbon::now()->format("Y-m-d H:i:s");

标签: none

评论已关闭