Angular directive
sra-s-i-m-time source template
This widget displays the SIM's time.
Example:
<sra-s-i-m-time></sra-s-i-m-time>
Dependencies:
Name | Type | Description |
---|---|---|
data-sra-args-dateformat | string | A string to use as the date format. Defaults to "fullDate" as defined by AngularJS.date filter at {@link https://docs.angularjs.org/api/ng/filter/date}. |
data-sra-args-format | string | A string to use as the time format. Defaults to "mediumTime" as defined by AngularJS.date filter at {@link https://docs.angularjs.org/api/ng/filter/date}. |
data-sra-args-showtz | string | Show time zone Y/N. Default to Y. |
data-sra-args-timezone | string | The time zone to display the time in. Defaults to the track's time zone. |
data-sra-args-interval | integer | The interval, in milliseconds, that this widget will update from the server. Default is 200. |