New date formatting helper...

Another new util - this one helps you build date format strings. The new Date format helper produces format strings suitable for the PHP "date" function and the MySQL "DATE_FORMAT" function.

It works by allowing you to provide a sample date in the format you require which is then used to generate a format string that will format all input dates in the same manner. The format string and a short code sample is shown in the result.