RulePoint
- RulePoint 6.1
- All Products
getdateinmillis(date,dateformat)
Argument
| Required
Optional
| Description
|
---|---|---|
date
| Required
| The date and time that the analytic must convert to milliseconds.
|
dateformat
| Required
| The date and time format for the mentioned date.
|
when 1 dttoMillis dtm with getdateinmillis(dtm.datevalue, dtm.dateformat) as x = "1325399400000" then testresponse
Event Property Value
| Description
| Result
|
---|---|---|
dtm.datevalue= 2012/01/01 12:00:00
dtm.dateformat= yyyy/MM/dd HH:mm:ss dtm.dateformat= yyyy/MM/dd HH:mm:ss
| Returns the date in milliseconds.
| 1325399400000
|