LLMS_Abstract_Post_Data::strtotime( mixed $date )
Allow dates and timestamps to be passed into various data functions.
Description Description
Parameters Parameters
- $date
-
(Required) A date string or timestamp.
Return Return
(int) The Unix timestamp of the given date.
Source Source
File: includes/abstracts/llms.abstract.post.data.php
Changelog Changelog
Version | Description |
---|---|
3.31.0 | Introduced. |