View Single Post
  #1 (permalink)  
Old 07-10-2007, 06:26 AM
mosh mosh is offline
Junior Member
 
Join Date: Jul 2007
Posts: 3
Default Getting the date format

Please hit me if I'm wrong, but I couldn't find a method that returns a string representation of the date format currently used to format the date. I need a method that returns something like "dd.mm.yyyy" if the current format is Zend_Date::DATE_MEDIUM. Such a string representation f.i. is used by the JQuery table sorter which then can sort table columns of the given date format. But maybe I'm just blind ;) Hope you can help.
Reply With Quote