LLMS_Order::get_start_date( string $format = 'Y-m-d H:i:s' )
Get the start date for the order gets the date of the first initially successful transaction if none found, uses the created date of the order
Description Description
Parameters Parameters
- $format
-
(Optional) desired return format of the date
Default value: 'Y-m-d H:i:s'
Return Return
(string)
Source Source
File: includes/models/model.llms.order.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |