We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8a6a0 commit 4a1d103Copy full SHA for 4a1d103
app/code/Magento/Sales/Model/Order.php
@@ -1945,7 +1945,7 @@ public function addRelatedObject(\Magento\Framework\Model\AbstractModel $object)
1945
/**
1946
* Get formatted order created date in store timezone
1947
*
1948
- * @param string $format date format type (short|medium|long|full)
+ * @param int $format date format type (\IntlDateFormatter::SHORT|\IntlDateFormatter::MEDIUM|\IntlDateFormatter::LONG|\IntlDateFormatter::FULL)
1949
* @return string
1950
*/
1951
public function getCreatedAtFormatted($format)
0 commit comments