CaRP Evolution Documentation
CaRP Evolution Documentation
twitter youtube linkedin google-plus
CaRP Evolution Box
Web This Site

CaRP: Caching RSS Parser - Documentation


CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates

Item Date

EvolutionLEKoiSE
AllAllAlln/a
Displaying the Item Date
To display the item date, include the word "date" in your iorder setting. For example:
CarpConf('iorder','link,date,desc');
Display formatting options

Example
CarpConf('bidate','<i>Posted on ');
CarpConf('aidate','</i><br />');
CarpConf('timeoffset',-60);
CarpConf('idateformat','j M Y \\a\\t g:i a');
The above code would format the item date as follows, after subtracting one hour (60 minutes) from the timestamp:
Posted on 12 Sep 2004 at 2:35 pm