Opened 15 years ago
Closed 15 years ago
#1568 closed Bug (Fixed)
_DateToDayOfWeekIso Success value wrong
Reported by: | Tweaky | Owned by: | Jos |
---|---|---|---|
Milestone: | 3.3.7.0 | Component: | Documentation |
Version: | 3.3.6.0 | Severity: | None |
Keywords: | Cc: |
Description
The Success value for _DateToDayOfWeekIso is wrong in the documentation.
current: Success: Returns Day of the Week Range is 0 to 6 where 0=Monday.
should be: Success: Returns Day of the Week Range is 1 to 7 where 1=Monday.
Attachments (0)
Change History (6)
comment:1 Changed 15 years ago by anonymous
comment:2 follow-up: ↓ 3 Changed 15 years ago by Tweaky
Yes I have read this.
Now it works, but in the documentation the values are wrong
comment:3 in reply to: ↑ 2 Changed 15 years ago by Jos
Replying to Tweaky:
Yes I have read this.
Now it works, but in the documentation the values are wrong
Sorry, didn't read your post correctly. Will fix that too.
Jos
comment:4 Changed 15 years ago by Jos
The Include file is correct so guess the update script isn't run the last 2 builds or am I missing something?
comment:5 Changed 15 years ago by Valik
The documentation must be updated by hand. There's no update script as part of the build process. If individuals (Gary) use a build script that's their own business to do. When I fix UDF documentation errors I hand-edit both the TXT file and the source until such time I get around to ripping all the crap out of the source.
comment:6 Changed 15 years ago by Jos
- Milestone set to 3.3.7.0
- Owner set to Jos
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [5758] in version: 3.3.7.0
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Did you read the guildelines and if so why are all essentials missing?
Are you Sure about this is with version 3.3.6.0 because this was recently fixed: http://www.autoitscript.com/trac/autoit/ticket/1487
Jos