var date = String.Format("{0:yyyy-MM-ddTHH:mm:ss.fffffffZ}", dateObjectToFormat);This produces a date in this format in Solr:
Check out this documentation on the Solr date formats.2010-03-09T00:00:00Z
Web application R&D notes, from the world of Java, Flex, CSS, XHTML, Flash, .NET, cross-browser compatibility, JavaScript, AJAX, ADA compliance, Photoshop, and any and all things related to Web development!
var date = String.Format("{0:yyyy-MM-ddTHH:mm:ss.fffffffZ}", dateObjectToFormat);This produces a date in this format in Solr:
Check out this documentation on the Solr date formats.2010-03-09T00:00:00Z