[ Index ] |
|
Code source de PRADO 3.0.6 |
[Code source] [Imprimer] [Statistiques]
TDateFromat formatting component.
Author: | Wei Zhuo |
Copyright: | Copyright © 2005 PradoSoft |
License: | http://www.pradosoft.com/license/ |
Version: | $Id: TDateFormat.php 1397 2006-09-07 07:55:53Z wei $ |
Poids: | 199 lignes (6 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
TDateFormat:: (7 méthodes):
setPattern()
getPattern()
getPreset()
getValue()
setValue()
getFormattedDate()
render()
Classe: TDateFormat - X-Ref
To format dates and/or time according to the current locale usesetPattern($value) X-Ref |
Sets the date time formatting pattern. param: string format pattern. |
getPattern() X-Ref |
Gets the date time format pattern. return: string format pattern. |
getPreset($string) X-Ref |
For a given string, try and find a preset pattern. param: string the preset pattern name return: string a preset pattern if found, null otherwise. |
getValue() X-Ref |
Get the date-time value for this control. return: string date time value. |
setValue($value) X-Ref |
Set the date-time value for this control. param: string the date-time value. |
getFormattedDate() X-Ref |
Renders the localized version of the date-time value. If the culture is not specified, the default application culture will be used. This method overrides parent's implementation. |
render($writer) X-Ref |
Pas de description |
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |