DateToTimeStamp
This is version
1
2
3
4
5
6
7
8
9
10
11
12
13
. It is not the current version, and thus it cannot be edited.
Back to current version
Restore this version
Package
Help: Package
DateToTimeStamp
KnowledgeBase
Help: KnowledgeBase
Refresh
DateToTimeStamp
QuickInterview
Load from File
Load from Attachments
Help: QuickInterview
Save as Download
No knowledge base found for this interview.
Question
Help: Question
QuestionDate
[date]
UnixStart
[date]
QuestionNum
[num]
MyNow
[date]
Variable
Help: Variable
MyNow
=
now
Property
QuestionNum
.
unit
=
ms
Variable
Help: Variable
UnixStart
=
date(1970, 1, 1)
Variable
Help: Variable
QuestionNum
=
(
now
-
UnixStart
) / 1ms
Rule
Help: Rule
IF
MyNow
=
known
THEN
QuestionNum
= eval(
(
MyNow
-
UnixStart
) / 1 ms
)