-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::AsAMPM()
Rainer Stötter edited this page May 9, 2017
·
10 revisions
public string libdatephp\cDate::AsAMPM()
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
AsAMPM() returns the representation of the date - with AM (ante meridiem) / PM (post meridiem) in uppercase
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
echo $dt->AsAMPM( );
string the date string with AM/PM
This wiki page is part of the documentation of the PHP class library libdatephp