I'm using the 'getTime' function in a Creator app but when I save it I get the error "Not able to find getTime function". I'm trying to use it as a function instead of a method.
- <variable>=<dateTimeValue>.getTime([<format>], [<show_seconds>]);
(OR)
<variable>=getTime(<dateTimeValue>,[<format>],[<show_seconds>]);
Do you know why it might not be working?