php – 将日期转换为此格式
我有这种格式的日期: 24-12-2010 // DAY – MONTH – YEAR 我需要以这种格式得到它: 1995-12-31T23:59:59.999Z // The Z is for the TimeZone I think. 检查此链接: http://lucene.apache.org/solr/api/org/apache/solr/schema/DateField.html 以上链接是
我有这种格式的日期: 24-12-2010 // DAY – MONTH – YEAR 我需要以这种格式得到它: 1995-12-31T23:59:59.999Z // The Z is for the TimeZone I think. 检查此链接: http://lucene.apache.org/solr/api/org/apache/solr/schema/DateField.html 以上链接是