Sign Up

Date

Twidget offers a variety of commands to manipulate date objects. Below are the available commands along with their respective descriptions, inputs, and outputs.

Current Date

Description: Returns the current date and time.

Output:

  • Type: DATE

Add Time

Description: Returns the date plus a specified amount of time.

Inputs:

  • date The date to which time will be added.

  • time The amount of time to add.

  • time_period The unit of the time to add (e.g., hours, days).

Output:

  • Type: DATE

Minus Time

Description: Returns the date after subtracting a specified amount of time.

Inputs:

  • date The date from which time will be subtracted.

  • time The amount of time to subtract.

  • time_period The unit of the time to subtract (e.g., hours, days).

Output:

  • Type: DATE

Related Topics

Variables

Variables are essential building blocks in Twidget that allow you to store and manipulate data dynamically within your no-code applications. They enable you to create flexible and interactive applications by holding values that can be changed and referenced throughout your workflow. Creating Variabl...

Send External HTTP Request

Using Twidget, you can send external HTTP requests effortlessly. This functionality allows you to communicate with external servers or APIs. Below, you will find the necessary parameters and structure to set up an HTTP request. Parameters. - URL: The endpoint to which the request will be sent. - Met...

Lists

Twidget offers a variety of commands to help you manipulate lists easily without coding. Below is a detailed explanation of each command available. Get. Description: Returns the element in the provided list at the given index. Inputs: - `list`: The list from which to get the element. - `index`: The ...

Conversion

Overview. Twidget's conversion commands allow you to easily convert different data types to the required format. Below is a list of the available conversion commands and examples of how to use them. The `Convert to Text` command converts the provided value to a text (string) format. Examples: - `123...

Managing Files

Twidget offers a set of commands to manipulate files in your file store. Below are the descriptions and usage of each command to help you understand how to utilize them effectively. Get File. Retrieve a file via file path. Inputs: - `path`: The file path to retrieve the file from. Outputs: - `filena...