Description Usage Arguments Value See Also
Return daily ti
's for particular days of the week
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | currentMonday(xTi = today())
currentTuesday(xTi = today())
currentWednesday(xTi = today())
currentThursday(xTi = today())
currentFriday(xTi = today())
currentSaturday(xTi = today())
currentSunday(xTi = today())
latestMonday(xTi = today())
latestTuesday(xTi = today())
latestWednesday(xTi = today())
latestThursday(xTi = today())
latestFriday(xTi = today())
latestSaturday(xTi = today())
latestSunday(xTi = today())
|
xTi |
a |
currentMonday
returns the daily ti
for the last day of
the Monday-ending week that its argument falls into.
currentTuesday
returns the daily ti
for the last day of
the Tuesday-ending week that its argument falls into, and so on for
the other weekdays.
latestMonday
returns the daily ti
for the last day of
the most recent completed Monday-ending week that its argument falls
into. Ditto for the other days of the week.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.