Forum Discussion
Aaronliu
14 years agoFrequent Contributor
Not sure if XPath expression support the format of date, but you would get more information from W3C.
if possible, you would use scripts to format the pattern:
SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")
if possible, you would use scripts to format the pattern:
SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")