Issue 66764 - DateValue returns date type
Summary: DateValue returns date type
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: joerg.skottke
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-27 08:43 UTC by christianjunker
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description christianjunker 2006-06-27 08:43:20 UTC
In the Online help DateValue is supposed to give back a value of type long when
being called. 
To test:
Sub checkdv
msgbox Typename(DateValue(Now))
End Sub

cyb->ab: yours?!
Comment 1 ab 2006-06-27 09:51:33 UTC
ab->ufi: Documentation bug, the return type of DateValue is Date
Comment 2 Uwe Fischer 2006-06-27 10:16:44 UTC
changed file text/sbasic/shared/03030102.xhp in CWS hcshared03
Comment 3 Uwe Fischer 2006-08-16 13:40:47 UTC
please verify in cws hcshared04. Open Basic help, index DateValue function.
Return value is given as Date now.
Comment 4 joerg.skottke 2006-09-18 08:21:19 UTC
Returnvalue is Date now. Good, verified.
Comment 5 joerg.skottke 2006-11-10 10:47:03 UTC
close