TwistPHP Documentation

datetime

File path: dist/twist/Core/Utilities/Validate.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

datetime

Parameters

Name Type Description
$strDatetimestringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strDatetime 'foo';

//Call the function datetime with the example vars
Twist::Validate() -> datetime($strDatetime);