Use this plugin to show the time like “quarter past five”, instead of “5:13:43”. Different languages available and easily translatable into your own.
Unzip the file and upload the contents to your plugin directory
If your language is not available, copy one of the language-files in the “fuzzytime-directory” and translate it
Install the plugin
<%Fuzzytime({CODE})%> (where {CODE} is the code of the language to be used (default=“en”, for English)).
Currently availabe languages: af (Afrikaans), de (German), en (English), eo (Esperanto), es (Spanish), it (Italian), nl (Dutch). If you want to translate the plugin into your own language, simply copy one of the available language files in the “fuzzytime”-directory to fuzzytime_data_{CODE}.php (where {CODE} is the code of your language) and edit it.
Times between midnight and about quarter past midnight will not be shown correctly. To fix this, replace line 16: $string=str_replace(”%0”,$fuzzytime_numbers[($hr-1)%12],$string); with: $string=str_replace(”%0”,$fuzzytime_numbers[($hr+11)%12],$string);
Ma.rkus.nl 2006/11/18 23:31
NP_FuzzyTime version 1.0 works with Nucleus CMS version 3.31 - 2007-11-04 kg