Hello,
I'm stuck with a string conversion to xs:date. I would really appreciate any help and tips!
I have a string that represents date in the format of "01 Jan 00", which I need to convert to xs:date, so that I can manipulate it further.
Is there a function or something already there so that I can convert my so ever difficult string representation of date? Would I need to write a function from scratch to convert month in "MN" format into its number representation?
Please help! :) Thank you!
Daria