startOfTomorrow
返回明天的开始时刻。
javascript
import { startOfTomorrow } from "date-fns";
// 获取明天的开始时刻
const startTomorrow = startOfTomorrow();
console.log("明天的开始时刻:", startTomorrow);
// 明天的开始时刻:Tue Jan 02 2024 00:00:00