mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
24 lines
501 B
Markdown
24 lines
501 B
Markdown
|
|
|
|
# Functions
|
|
|
|
<a id="formatelapsed"></a>
|
|
|
|
## formatElapsed
|
|
|
|
▸ **formatElapsed**(now?: *`Date` \| `null`*, value?: *`BN` \| `Compact` \| `Date` \| `number` \| `null`*): `string`
|
|
|
|
*Defined in [formatElapsed.ts:20](https://github.com/polkadot-js/ui/blob/0dbdc7e/packages/ui-util/src/formatElapsed.ts#L20)*
|
|
|
|
**Parameters:**
|
|
|
|
| Name | Type |
|
|
| ------ | ------ |
|
|
| `Optional` now | `Date` \| `null` |
|
|
| `Optional` value | `BN` \| `Compact` \| `Date` \| `number` \| `null` |
|
|
|
|
**Returns:** `string`
|
|
|
|
___
|
|
|