Hi.
I am getting a date from a MySQL with a 'select' statement. The date is received in this format: 'yyyy-mm-dd'. I will like to change the format to 'd. mmm yyy' (like 26. feb. 2003) before posting it to the screen with an 'echo' statement.
Any suggestions ??
Martin