ZenMagick 0.9.10


zenmagick.store.shared.mvc.tools\ZMToolboxLocale
mvc\toolbox\ZMToolboxLocale.php at line 29

Class ZMToolboxLocale

ZMObject
└─ZMToolboxTool
└─ZMToolboxLocale

public class ZMToolboxLocale
extends ZMToolboxTool

Locale methods.

Author:
DerManoMann

Fields inherited from org.zenmagick.mvc.toolbox\ZMToolboxTool
request_, toolbox_
Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
string

shortDate(string date)

Format and display a date(time) using the configured ui date format (UI_DATE_FORMAT).

Methods inherited from org.zenmagick.mvc.toolbox\ZMToolboxTool
__construct, getRequest, getToolbox, setRequest, setToolbox
Methods inherited from org.zenmagick.core\ZMObject
__construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton

Method Detail

mvc\toolbox\ZMToolboxLocale.php at line 37

shortDate

public string shortDate(string date)

Format and display a date(time) using the configured ui date format (UI_DATE_FORMAT).

Parameters:
date - The date.
Returns:
The formatted date.

ZenMagick 0.9.10