|
|
|
|
|
DateSys (Function) In french: DateSys Returns or modifies the system date (current date defined on the current computer). Remarks: The system date corresponds to the current date defined on the server. - This function is equivalent to Today.
Res = DateSys()
Res = DateToString(DateSys())
Année = Left(DateSys(), 4)
Syntax <Result>: Character string or Date variable System date in YYYYMMDD format (YYYY corresponds to the year, MM to the month and DD to the day).
Related Examples:
|
Unit examples (WINDEV): Calculations on durations
[ + ] Calculations on dates and times with the WLanguage functions: - Calculate the duration between two moments (dates and times) - Calculate a sum of durations - Calculate an average of durations
|
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|