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
Copy file name to clipboardExpand all lines: src/Supporting/FileMakerLayout.php
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ private function buildScriptParameters(array|null $param): array
168
168
* If $script is array with two elements, these are handled as values of "script" and "layout.response."
169
169
* If it's three elements, these are "script", "script.param" and "layout.response."
170
170
* If it's four elements, these are "script.prerequest", "script.presort", "script" and "layout.response."
171
+
* @param int|null $dateformats; Use this option to specify date formats for date, time, and timestamp fields. The relevant values are: 0 for US, 1 for file locale, or 2 for ISO8601
171
172
* @return FileMakerRelation|null Query result.
172
173
* @throws Exception In case of any error, an exception arises.
173
174
*/
@@ -176,7 +177,8 @@ public function query(array|null $condition = null,
0 commit comments