Skip to content

Commit b9fbde8

Browse files
authored
Update parsedate.md
1 parent 1bb769b commit b9fbde8

File tree

1 file changed

+3
-2
lines changed
  • docs/search/search-query-language/parse-operators

1 file changed

+3
-2
lines changed

docs/search/search-query-language/parse-operators/parsedate.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: parseDate
44
---
55

66

7-
The parseDate operator extracts a date or time from a string and provides a timestamp in milliseconds. 
7+
The parseDate operator extracts a date or time from a string and provides a timestamp till milliseconds. 
88

99
:::note
10-
To convert an epoch timestamp to a human-readable format, use the [`formatDate`](/docs/search/search-query-language/search-operators/formatdate) operator.
10+
- To convert an epoch timestamp to a human-readable format, use the [`formatDate`](/docs/search/search-query-language/search-operators/formatdate) operator.
11+
- `parseDate` operator supports timestamp only till milliseconds.
1112
:::
1213

1314
## Syntax

0 commit comments

Comments
 (0)