Today
Today gives a DateObject representing the current day (without time).
Examples
Get today's date:
Today
(* DateObject[{2025, 1, 15}, "Day", ...] *)
(* Days until a date *)
DateDifference[Today, {2025, 12, 31}]
(* Date arithmetic *)
Today + Quantity[7, "Days"]Please visit the official Wolfram Language Reference for more details.