@phone::playDate
Plays a date given a time zone and format.
Syntax:
@phone::playDate(long dateValue, String timeZoneId, String formatString [, Boolean useAsync])
Parameters:
- (Long) dateValue: time in milliseconds since 1/1/1970 00:00:00 GMT.
- (String) timeZoneId: time zone identifier.
- (String) formatString: date format string.
- (Boolean) useAsync: flag to specify whether to play the date asynchronously.
Returns:
None
Example: