SimulationDateTime

The SimulationDateTime will render the simulation-time.

Examples

<NavigationButton actions={this.props.actions} viewport={this.props.viewport} />
// output example (ja-JP) => 1970/01/01(木) 9:00:00

Properties

Options Default

{ year:'numeric', month:'2-digit', day:'2-digit',
hour:'2-digit', minute:'2-digit', second:'2-digit', weekday:'short' }

Last updated