Description
parseDate is a function to parse Date object conveniently and compatible width old browser.
Syntax
invincible.parseDate(dateStr)
Params
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| dateStr | String | true | The string value of date |
Return
| Type | Description |
|---|---|
| Number | Return timestamp |
Examples
|