Skip to content

Commit 260c8af

Browse files
author
livecodeali
committed
[[ Bug 15833 ]] Correct docs for the local date
1 parent 0219116 commit 260c8af

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/lcb/notes/15833.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# LiveCode Builder Documentation
2+
3+
# [15833] The local date example is incorrect

libscript/src/date.mlc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Summary: The local gregorian date
3232

3333
Example:
3434
variable tDateTime as List
35-
put the local time into tDateTime
35+
put the local date into tDateTime
3636

3737
variable tDayOfMonth as Number
3838
put tDateTime[3] into tDayOfMonth
3939

4040
Description:
41-
Returns the local time as a list of six numeric components. The
41+
Returns the local date as a list of six numeric components. The
4242
elements of the list are:
4343

4444
* The year

0 commit comments

Comments
 (0)