ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
Binding a Link control to an item
<ftpConnection variable>.DateTime (Function)
Returns the different creation, modification or access dates and times associated with a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
EndDatePeriodDisplayed (Property)
The EndDatePeriodDisplayed property is used to get the end date of the time period displayed in a Scheduler or Organizer control of a report.
StartDatePeriodDisplayed (Property)
The StartDatePeriodDisplayed property is used to get the start date of the time period displayed in a Scheduler or Organizer control of a report.
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
EndDate (Property)
The EndDate property gets and sets the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Report controls
Several types of controls can be handled in a report created by the report editor......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
WLanguage types
The different types in WLanguage are......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Time and date management properties
List of properties for managing dates and times...
Date (Type of variable)
The Date type enables you to easily handle the dates...
Date management constants
List of constants used by date management functions...
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Binding a Combo Box control to an item
1
3
4
5
6
7
551
>