Magento handles time in a pretty different way. Instead of just using the time on the server it automatically converts the time to the selected time zone in Magento’s system. The way to get the current time is by using the following code: Mage::getModel(‘core/date’)->timestamp(time()); What this will do is take the timestamp that you get… Read more »
Posts Tagged: date
jQuery Date Picker Tutorial Series — FilamentGroup Date Picker
The Date Range Picker by Filament Group is probably the best date range picker available today. It gives you a wide range of flexibility to choose your own range of dates as well as particular ranges that are commonly used (Like last 7 days, Last 30 days, etc).