User Tools

Site Tools


plugins:tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
plugins:tips [2014/02/07 10:05]
datiswous [Success and Error Messages]
plugins:tips [2014/02/07 10:05]
datiswous [Displaying custom and localized Dates]
Line 58: Line 58:
 The publication date in the page XML files is stored in an english text format, which can be converted to a UNIX timestamp with The publication date in the page XML files is stored in an english text format, which can be converted to a UNIX timestamp with
  
-<​code>​+<​code ​php>
 $timestamp = strtotime($data->​pubDate);​ $timestamp = strtotime($data->​pubDate);​
 </​code>​ </​code>​
Line 66: Line 66:
 To display a truly localized date, use: To display a truly localized date, use:
  
-<​code>​+<​code ​php>
 $dateLocale = '​de_DE,​de,​ger,​deu'; ​     // or use $LANG or a setting in your plugin, ​ $dateLocale = '​de_DE,​de,​ger,​deu'; ​     // or use $LANG or a setting in your plugin, ​
                                        // for OS compatibility multiple locales should be possible                                        // for OS compatibility multiple locales should be possible
plugins/tips.txt ยท Last modified: 2014/02/07 10:07 by datiswous