API - XOOPS 2.5.11 Beta 2
By monxoops.fr
locale.php File Reference

Data Structures

class  XoopsLocal
 

Namespaces

namespace  kernel
 

Variables

const _TODAY "\T\o\d\a\y G:i"
 
const _YESTERDAY "\Y\\e\s\\t\\e\\r\d\a\y G:i"
 
const _MONTHDAY 'n/j G:i'
 
const _YEARMONTHDAY 'Y/n/j G:i'
 
const _ELAPSE '%s ago'
 
const _TIMEFORMAT_DESC "Valid formats: \"s\" - " . _SHORTDATESTRING . "; \"m\" - " . _MEDIUMDATESTRING . "; \"l\" - " . _DATESTRING . ';<br>' . "\"c\" or \"custom\" - format determined according to interval to present; \"e\" - Elapsed; \"mysql\" - Y-m-d H:i:s;<br>" . "specified string - Refer to <a href=\"http://php.net/manual/en/function.date.php\" rel=\"external\">PHP manual</a>."
 

Variable Documentation

◆ _ELAPSE

const _ELAPSE '%s ago'

◆ _MONTHDAY

const _MONTHDAY 'n/j G:i'

◆ _TIMEFORMAT_DESC

const _TIMEFORMAT_DESC "Valid formats: \"s\" - " . _SHORTDATESTRING . "; \"m\" - " . _MEDIUMDATESTRING . "; \"l\" - " . _DATESTRING . ';<br>' . "\"c\" or \"custom\" - format determined according to interval to present; \"e\" - Elapsed; \"mysql\" - Y-m-d H:i:s;<br>" . "specified string - Refer to <a href=\"http://php.net/manual/en/function.date.php\" rel=\"external\">PHP manual</a>."

◆ _TODAY

const _TODAY "\T\o\d\a\y G:i"

◆ _YEARMONTHDAY

const _YEARMONTHDAY 'Y/n/j G:i'

◆ _YESTERDAY

const _YESTERDAY "\Y\\e\s\\t\\e\\r\d\a\y G:i"