Skip to content

Date type

Edit page

Index date type format yyyy/mm/dd hh:mm:ss

Section titled “Index date type format yyyy/mm/dd hh:mm:ss”
PUT /test/date/doc
{
"date": "2015/01/01 12:10:30"
}
GET /test/date/doc
PUT /test/date/doc
{
"date": "2015-01-01"
}

Index date type format yyyy-mm-ddThh:mm:ss

Section titled “Index date type format yyyy-mm-ddThh:mm:ss”
PUT /test/date/doc
{
"date": "2015-01-01T12:10:30Z"
}
GET /test/date/doc
PUT /test/date/doc
{
"date": 1420070400.001
}
GET /test/date/doc