MRF System
A simple program of Delivery Report,, 1.Monitoring of Delivery 2.Sample of Exporting in Excel 3.Allows you to create Deliver of that date
- Read more about MRF System
- 2 comments
- Log in or register to post comments
- 160 views
There are times that you want to loop between two dates in PHP. If you have, for example, formatted the date like m/d/Y, you cannot simply use it in while loop statement.
Before you can loop between two dates in PHP, you need to convert it first to Unix timestamp using the strtotime function.
Here’s an example of how to do it: