Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alordash authored Nov 27, 2020
1 parent 23f0f8b commit 4f6339d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,12 @@ console.log('событие :>> ', JSON.stringify(result[0].string));
### ParsedDate.valueOf(): {{target_date: Date, period_time: Date, max_date: Date}}

Собирает все найденные типы времен в дату и возвращает объект типа
```javascript
{

target_date: Date,
period_time: Date,
max_date: Date

}

```
Для не найденных типов времени у target_dates и max_dates используются текущие значения даты (**new Date()**).
Для не найденных типов времени у period_times используются значения нулевой даты (**new Date(0)**).

0 comments on commit 4f6339d

Please sign in to comment.