Tagged Questions
0
votes
1answer
83 views
SearchCoreResult returns Regional Date Value
I got the following formate returned from "Write" in english:
<write>09/12/2012</write>
I parse that with the following line and return a german format: 12. Sep.
<xsl:value-of ...
1
vote
0answers
73 views
Why does Search only accept YMD date format when Search Language is en-ca (usually DMY date format)?
For some reason the server thinks that the date format for English (Canada) is YMD or yyyy/MM/DD, and the server will only correctly read queries with that format. However, the default short date ...