You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getReturns() param returnCreationStartDate, returnCreationEndDate expects DateTime, if i give the datetime type like
2024-12-01T00:00:01Z (converted into Datetime type) it gives error as Object of class DateTime could not be converted to string below is the code
$returnCreationStartDateString = new \DateTime ('2024-12-10T00:00:01Z');
$returnCreationEndDateString = new \DateTime ('2024-12-10T23:00:01Z');
The getReturns() param returnCreationStartDate, returnCreationEndDate expects DateTime, if i give the datetime type like
2024-12-01T00:00:01Z (converted into Datetime type) it gives error as Object of class DateTime could not be converted to string below is the code
$returnCreationStartDateString = new \DateTime ('2024-12-10T00:00:01Z');
$returnCreationEndDateString = new \DateTime ('2024-12-10T23:00:01Z');
The text was updated successfully, but these errors were encountered: