CTimeStr (TS)

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

CTimeStr (TS)


 

Converts a value to a time string.

 


syntax

CTimeStr(

         val

         [,format]

         )

 


Parameters

 

val

 

Type:

General purpose

 

The value to convert.

 

format

 

Type:

character

 

Time format. If omitted, the standard format is used.

("%Y/%m/%d %H:%M:%S").

 

Return Value

 

 

Type:

character

 

The converted value.

 


hmtoggle_plus1Explanation


Supported


Script Action

Browser script

Calculation formula syntax

 

 


reference