php string for date


I m looking for a good php string for date, that can output 20-May-07

Any advice

Use this code

Code:

echo date("d-F-y");