================================================================== Snippet-title: fuzzy_date v1.3 Creator: Graham Keellings E-mail: pivot@keellings.com Website: http://www.keellings.com/software/pivot.php Creation date: 20 December 2005, Sentosa Island, Singapore ================================================================== Content of zipped file: ----------------------- snippet_fuzzy_date.php readme_fuzzy_date.txt (this file) Usage: ------ 1) unpack this package in your extensions/snippets/ folder. 2) place a [[fuzzy_date]] tag, with the appropriate parameters, in any of your template files, whereever you want the fuzzy_date to appear (probably _sub_entry_standard.html and entrypage_template.html) 3) rebuild the FrontPage(s). Description: ------------ * Useful when added to _sub_entry_standard.html with parameter '.', * to show the 'fuzzy' posting date of each entry in your blog. * * It returns something along the lines of 'a quarter of an hour ago', * 'three hours ago', 'yesterday evening', 'on Thursday', 'last week', etc * * The output can be easilly localized to any language (English, Dutch and * broken German are supplied), as described in a comment in the code. * * Visit http://www.keellings.com/blog.php and slect any entry * to see it in action Parameters: ----------- * @param string date - pass '.' to mean the date of the current entry * (default), or a date in standard Pivot date format: * yyyy-mm-dd-hh-mm * @return the fuzzy_date, as specified by the parameters. * History: * * v 1.3 2007/01/18 Singapore * - added Greek (thanks to stavrosg) and more denug tracing on error * * v 1.2 2006/03/01 Singapore * - don't use snippet_fulldate() as it is somehow corrupting the $piv_code * when generating EntryPage, resulting in comments being posted * to the wrong entries. * * v 1.1 2006/02/22 Sentosa Island, Singapore * - now works on the frontpage too (may need a new version of * /modules/module_snippets.php Contact me if it doesn't * seem to work * - added toolTipFormat parameter * * v 1.0 2005/12/19 Sentosa Island, Singapore * - initial version *