Latest JAS v1.1.0
144 plugins online

Code / DT / dateExtract

DT :: dateExtract
Method
include/dt.php

Description...

Arguments

date
Argument
The formatted date and time
format
Argument
The date format to use for interpreting the date

Return values

Mixed
Returns

Examples

DT DateExtract method example
PHP
<?
  $dt->dateExtract($date, $format);  //Call DT::dateExtract method
?>

Comments (0)