Skip to content

Commit 024800e

Browse files
authored
Merge pull request mendix#5773 from mendix/yl-add-XPath-tokens
Add XPath time-related tokens
2 parents fd29232 + 37f6eeb commit 024800e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

content/en/docs/refguide/modeling/xpath/xpath-constraints/xpath-keywords-and-system-variables.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "XPath Keywords and System Variables"
33
url: /refguide/xpath-keywords-and-system-variables/
4-
tags: ["studio pro", "BeginOfCurrent"]
4+
tags: ["studio pro", "BeginOfCurrent", "system variables"]
55
---
66

77
## 1 Overview
@@ -67,6 +67,14 @@ The following tokens can be used to obtain a date and time value:
6767
| `[%BeginOfCurrentDayUTC%]` | The date and time at the beginning of the current day in UTC. |
6868
| `[%EndOfCurrentDay%]` | The date and time at the end of the current day. |
6969
| `[%EndOfCurrentDayUTC%]` | The date and time at the end of the current day in UTC. |
70+
| `[%BeginOfYesterday%]` | The date and time at the beginning of yesterday. |
71+
| `[%BeginOfYesterdayUTC%]` | The date and time at the beginning of yesterday in UTC. |
72+
| `[%EndOfYesterday%]` | The date and time at the end of yesterday. |
73+
| `[%EndOfYesterdayUTC%]` | The date and time at the end of yesterday in UTC. |
74+
| `[%BeginOfTomorrow%]` | The date and time at the beginning of tomorrow. |
75+
| `[%BeginOfTomorrowUTC%]` | The date and time at the beginning of tomorrow in UTC. |
76+
| `[%EndOfTomorrow%]` | The date and time at the end of tomorrow. |
77+
| `[%EndOfTomorrowUTC%]` | The date and time at the end of tomorrow in UTC. |
7078
| `[%BeginOfCurrentWeek%]` | The date and time at the beginning of the current week. |
7179
| `[%BeginOfCurrentWeekUTC%]` | The date and time at the beginning of the current week in UTC. |
7280
| `[%EndOfCurrentWeek%]` | The date and time at the end of the current week. |

0 commit comments

Comments
 (0)