Hi. I'm working with dates, date format in my database is standard mysql date type (YYY-MM-DD).
I want view helper to format my dates according to my locale settings, which are registered in registry under Zend_Locale key. Is this the right way to go http://pastie.org/731564 ? I also want a filter to receive dates in Serbian date format (or any other later from locale) and convert them to database ready format (YYY-MM-DD), I've tried with http://pastie.org/731574 , but with no luck. Please help? -- View this message in context: http://n4.nabble.com/Working-with-dates-filter-view-helper-tp954267p954267.html Sent from the Zend Framework mailing list archive at Nabble.com.
