ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<ftpConnection variable>.Date (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
Date and Time functions
List of functions for managing dates and times
The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DayOfYearToDate (Function)
Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
HRecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
HStatDate (Function)
Returns the date of the last update for the index statistics.
DatePicker (Function)
Opens the system date picker.
Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
DateToDay (Function)
Returns the day corresponding to a given date.
Edit control
The Edit control allows users to enter data...
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records...
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify...
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number...
<Organizer>.Position (Function)
Displays an Organizer control from a specified date or returns the date of the first day...
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day...
Time (Property)
in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time...
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date...
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string...
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date...
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end...
Second (Property)
the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify...
Millisecond (Property)
the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify...
SchedulerPosition (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last...
1
4
5
6
7
8
113
>