We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0219116 commit 260c8afCopy full SHA for 260c8af
docs/lcb/notes/15833.md
@@ -0,0 +1,3 @@
1
+# LiveCode Builder Documentation
2
+
3
+# [15833] The local date example is incorrect
libscript/src/date.mlc
@@ -32,13 +32,13 @@ Summary: The local gregorian date
32
33
Example:
34
variable tDateTime as List
35
- put the local time into tDateTime
+ put the local date into tDateTime
36
37
variable tDayOfMonth as Number
38
put tDateTime[3] into tDayOfMonth
39
40
Description:
41
-Returns the local time as a list of six numeric components. The
+Returns the local date as a list of six numeric components. The
42
elements of the list are:
43
44
* The year
0 commit comments