Log 2611

$startDate = #תאריך התחלה#;
$endDate = #תאריך סיום#;

// Convert the start and end dates to timestamps
$startTimestamp = strtotime($startDate);
$endTimestamp = strtotime($endDate);

// Iterate through each day between the start and end dates
$currentTimestamp = $startTimestamp;
while ($currentTimestamp <= $endTimestamp) {
// Format the current timestamp as a date (day/month/year)
$currentDate = date("d/m/Y", $currentTimestamp);

// Print the current date
return $currentDate . "n";

// Move to the next day by adding 24 hours (86400 seconds) to the current timestamp
$currentTimestamp += 86400;
}

Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Availability
  • Add to cart
  • Description
  • Content
  • Weight
  • Dimensions
  • Additional information
  • Attributes
  • Custom attributes
  • Custom fields
Click outside to hide the comparison bar
Compare