If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have a date which is in the format of a string. "12/12/2003". Is there any way by which i can convert it to "12 December 2003" format using a paradox function and not having to write a whole big function with ifs and elses in it?
In the help section i found date format specifiers such as d mmmm yyyy but not sure how to use them.