date
Provides methods for working with dates.
fromNow
Returns a future or a past date
Parameters:
Name | Type | Description |
---|---|---|
|
| Unit type. See http://momentjs.com/docs/#/manipulating/add/ |
|
| Number of minutes/days/months/etc to add or subtract from the current date. |
|
| Format string. |
Returns:
String
- Date formatted according to the specified format string.
now
Returns current date and time
See http://momentjs.com/docs/#/displaying/format/ for supported format strings.
Parameters:
Name | Type | Description |
---|---|---|
|
| Format string. |
Returns:
String
- Date formatted according to the specified format string.
Last updated