Forum Moderators: coopster
For example a segment of my main site is a PR repository
Subdivided in PR category, each of those categories is accessible from my index.
If I find a bit of room :) on that index I would like my users to know about such updates
Thanks
Regards
Henry
pretty straightforward. You can use strtotime for 'easiest' way of converting the date field, some other means might be more optimized - zippy fast, for getting the date you can just use mktime. strtotime will just put the date into unix format (= the number of seconds since Jan 1970 GMT) and this is the format that mktime uses too, just a simple comparison operation.