On 7/15/2016 3:10 PM, kostali hassan wrote: > Thank you Shawn the prb is when I display the field type date I get > the value in this forme yyyy-MM-dd'T'hh:mm:ss'Z'
Solr only displays ISO date format for date fields -- an example is 2016-07-16T18:17:08.497Z -- and only in the UTC timezone. If you want something else in your application, you'll have to translate it, or you'll have to write a custom plugin to add to Solr that changes the output format. Thanks, Shawn