RulePoint 
			
			- RulePoint 6.1
 - All Products
 
           
      	
            
	
      getdatefrommillis(milliseconds,dateformat)
Argument 
				    | Required 
					  Optional 
					   | Description 
				    | 
|---|---|---|
 milliseconds 
				    | Required 
				    |  Date in milliseconds that you want to convert to the date format. 
				    | 
 dateformat 
				    | Required 
				    |  The date and time format that you want to convert the date in milliseconds. 
				    | 
when 1 dtfromMillis dfm with getdatefrommillis(dfm.millisvalue,dfm.dateformat) as x = "2013/11/26" then testresponse
 Event Property Value 
				    | Description 
				    | Result 
				    | 
|---|---|---|
 dfm.millisvalue= " 1385448067337" dfm.dateformat= yyyy/mm/dd 
				    |  Get date from milliseconds in the specified format. 
				    |  2013/11/26 
				    |