From 61173c1b58efa79c0ba6b08348d2796a249d0186 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 1 Sep 2012 09:51:27 -0500 Subject: move help structure one directory up Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc --- source/text/sbasic/shared/03030301.xhp | 59 ++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 source/text/sbasic/shared/03030301.xhp (limited to 'source/text/sbasic/shared/03030301.xhp') diff --git a/source/text/sbasic/shared/03030301.xhp b/source/text/sbasic/shared/03030301.xhp new file mode 100644 index 0000000000..e2ce260e26 --- /dev/null +++ b/source/text/sbasic/shared/03030301.xhp @@ -0,0 +1,59 @@ + + + + + + + + +Date Statement [Runtime] +/text/sbasic/shared/03030301.xhp + + +Sun Microsystems, Inc. +converted from old format - fpe + + + +
+Date statement + +Date Statement [Runtime] +Returns the current system date as a string, or resets the date. The date format depends on your local system settings. +
+Syntax: +Date ; Date = Text As String +Parameters: + +Text: Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings. +Example: +Sub ExampleDate +msgbox "The date is " & Date +end sub + +
-- cgit