This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathenglish.lcdoc
More file actions
60 lines (40 loc) · 1.84 KB
/
english.lcdoc
File metadata and controls
60 lines (40 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Name: english
Type: keyword
Syntax: english
Summary:
Used with the <date> and <time> <function|functions> to specify a date
or time in the <format> used in the United States.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
put the English date into field "US Formatted Date"
Example:
if the short English date is savedDate then goToList
Description:
Use the <english> <keyword> to use a date in an invariant format that is
guaranteed not to change when the <stack> is moved to another system, or
when users change their system preferences.
You can use the <english> <keyword> in combination with the <long>,
<abbreviated>, or <short> <keyword|keywords>. The <english> <keyword>
must come before the <long>, <abbreviated>, or <short> <keyword>.
A long English <date> looks like this: Thursday, June 22, 2000
An abbreviated English <date> looks like this: Thu, Jan 22, 2000
A short English <date> looks like this: 1/22/00
A long English <time> looks like this: 11:22:47 AM
An abbreviated English <time> or <short> English <time> looks like this:
11:22 AM
>*Note:* The <english> <keyword> is implemented internally as a
> <property> and appears in the <propertyNames>. However, it cannot be
> used as a <property> in an <expression>, nor with the <set> <command>.
Changes:
The ability to use the short, abbreviated, or long keywords in
conjunction with the english keyword was introduced in version 1.1. In
previous versions, the english keyword was equivalent to the long
keyword.
References: convert (command), set (command), time (function),
dateFormat (function), format (function), date (function),
propertyNames (function), keyword (glossary), property (glossary),
command (glossary), function (glossary), expression (glossary),
abbreviated (keyword), long (keyword), short (keyword), stack (object)
Tags: math