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 bf70f1b commit 2f8e42bCopy full SHA for 2f8e42b
app/code/Magento/Eav/Model/Entity/Attribute/Backend/Datetime.php
@@ -7,6 +7,8 @@
7
namespace Magento\Eav\Model\Entity\Attribute\Backend;
8
9
/**
10
+ * Prepare date for save in DB
11
+ *
12
* @api
13
* @since 100.0.2
14
*/
@@ -61,7 +63,7 @@ public function beforeSave($object)
61
63
62
64
* Prepare date for save in DB
65
*
- * string format is used in input fields (all date input fields need apply locale settings)
66
+ * String format is used in input fields (all date input fields need apply locale settings)
67
* int (Unix) format can be used in other parts of the code
68
69
* @param string|int|\DateTimeInterface $date
0 commit comments