SimplOn PHP
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields
Date Class Reference
+ Inheritance diagram for Date:

Public Member Functions

 val ($val=null)
 showView ()
 showInput ($fill)

Data Fields

 $dbFormat = 'Y-m-d'
 $viewFormat = 'm/d/Y'
 $viewVal
 $validationDate = 'Invalid date received!'

Detailed Description

Definition at line 21 of file Date.php.


Member Function Documentation

showInput ( fill)

Reimplemented from String.

Definition at line 56 of file Date.php.

showView ( )

Definition at line 52 of file Date.php.

val ( val = null)

Definition at line 28 of file Date.php.


Field Documentation

$dbFormat = 'Y-m-d'

Definition at line 23 of file Date.php.

$validationDate = 'Invalid date received!'

Definition at line 26 of file Date.php.

$viewFormat = 'm/d/Y'

Definition at line 24 of file Date.php.

$viewVal

Definition at line 24 of file Date.php.


The documentation for this class was generated from the following file: