Skip to content

Commit 33e9505

Browse files
author
Rahul Priyadarshi
committed
changing Date formate
1 parent 43d334b commit 33e9505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_147_CallSPINAndOUTParamsMultipleTimes.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IBM-DB2: Call a stored procedure with IN and OUT parameters multiple times
1313
LANGUAGE SQL
1414
BEGIN
1515
SET p4 = p1 + p2;
16-
SET p5 = '01/24/1982';
16+
SET p5 = '24.01.1982';
1717
END" );
1818

1919
db2_commit( $prepconn );

0 commit comments

Comments
 (0)