Posts Tagged ‘date manipulation’

From Excel XLS to CSV with PHP-ExcelReader

Sunday, November 2nd, 2008

I just had to convert a lot of xls files to csv, too many to even contemplating doing it manually. I started looking for a solution and found a positive evaluation of PHP-ExcelReader.... Read More

jQuery – sorting DIVs by date

Saturday, October 18th, 2008

I just had to sort a list of DIVs by date with the newest date first. To add complexity to the problem the dates could be either in Atom or RSS2 format. The sorting itself is done with TinySort. A really useful little library.... Read More