Home
last modified time | relevance | path

Searched refs:toMilliSeconds (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DIso8601Date.php344 $internalMs = DataType::toMilliSeconds($this->dateTime);
345 $externalMilliSeconds = DataType::toMilliSeconds($rightTime);
H A DDataType.php209 public static function toMilliSeconds(\DateTime $dateTime) function in ComboStrap\\DataType