zenmagick.store.shared.mvc.tools\ZMToolboxLocale
mvc\toolbox\ZMToolboxLocale.php at line 29
Class ZMToolboxLocale
ZMObject
└─ZMToolboxTool
└─ZMToolboxLocale
public class ZMToolboxLocale
extends ZMToolboxTool
- 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). |
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.
Locale methods.