date: getDate()

in config/demoData.ts [101:110]


    date: getDate(24),
    status: "shipped",
    tracking_number: "TRK123456789",
    items: [
      {
        product_id: "P004",
        name: "Bluetooth Speaker",
        quantity: 2,
        price: 59.99,
      },