On Jan 20, 8:28 am, "[email protected]" <[email protected]> wrote: > Dear euromark, > > thanks for your advice... > Can you provide me some more advice on this or maybe the code? > TIA
If you're able to rewrite the string from dd.mm.yyyy to yyyy.mm.dd (which is just a preg_replace call) - you just need to apply that in beforeSave to any date values which match that format. What part of that are you struggling with? AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
