This project provides various datetime ui objects for LuaRT. It has been designed to simplify and improve the creation of graphical user interfaces with the LuaRT ui module.
The module provides the following extension objects:
| Name | Description |
|---|---|
| DayLabel | Represents a label control that display a day. |
| DaynameLabel | Represents a label control that display a dayname. |
| DaynumberLabel | Represents a label control that display a daynumber. |
| MonthLabel | Represents a label control that display a month. |
| MonthnameLabel | Represents a label control that display a monthname. |
| MonthnumberLabel | Represents a label control that display a monthnumber. |
| WeeknumberLabel | Represents a label control that display a weeknumber. |
| YearLabel | Represents a label control that display a year. |
More detailed descriptions and usage examples can be found in the docs folder.
- Create a folder called "ecluart" in your application.
- Copy the "uidatetime.lua" file into this folder.
[application]
|
|----ecluart
| |
| |----uidatetime.lua
| |----...
|
|----app.wlua
The extension module can be loaded using the function require():
local uidatetime = require("ecluart.uidatetime") Copyright (c) 2023 by esferatec. It is open source, released under the MIT License. See full copyright notice in the LICENSE.md file.