in reply to (Solved) Search::Elasticsearch date range

Update: I found that the date format is case sensitive so what actually worked after much trial and error was the following date format string:

format => "yyyy-MM-dd HH:mm:ss"

Note the small case "yyyy" and small case "dd".