mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
This commit is contained in:
@@ -4,7 +4,7 @@ hide_table_of_contents: true
|
||||
title: Date To String node
|
||||
---
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
# Date To String
|
||||
|
||||
@@ -18,15 +18,15 @@ This node translates a <span className="ndl-data">date</span> type input and out
|
||||
|
||||
The format is specified as a <span className="ndl-data">string</span> that can include the following special syntax: `{date}`, `{month}`, `{monthShort}`, `{year}`, `{hours}`, `{minutes}` and `{seconds}`.
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
- **{date}** The numeric date part.
|
||||
- **{month}** The numeric month 1 = January, 12 = December.
|
||||
- **{monthShort}** The numeric month 1 = Jan, 12 = Dec.
|
||||
- **{year}** The numeric year.
|
||||
- **{hours}** The numeric hour, between 0..23
|
||||
- **{minutes}** The numeric minute, between 0..60
|
||||
- **{seconds}** The numeric second, between 0..60
|
||||
- `{date}` The numeric date part.
|
||||
- `{month}` The numeric month 1 = January, 12 = December.
|
||||
- `{monthShort}` The numeric month 1 = Jan, 12 = Dec.
|
||||
- `{year}` The numeric year.
|
||||
- `{hours}` The numeric hour, between 0..23
|
||||
- `{minutes}` The numeric minute, between 0..60
|
||||
- `{seconds}` The numeric second, between 0..60
|
||||
|
||||
The default format is this:
|
||||
|
||||
@@ -57,4 +57,4 @@ The default format is this:
|
||||
| ------------------------------------------------ | ------------------------------------------------------ |
|
||||
| <span className="ndl-signal">Date Changed</span> | Sends a signal when the formatted date string changed. |
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user