September 30, 200916 yr Newbies Hi, sorry if this is a lame question but I can't find a solution. When I use addrecord.php with date fields it seems to expect them as mm/dd/yyyy even though my database uses dd/mm/yyyy. I've tried changing the date format here // formats for dates and times $displayDateFormat = '%d/%m/%Y'; $displayTimeFormat = '%I:%M %P'; $displayDateTimeFormat = '%d/%m/%Y %I:%M %P'; $submitDateOrder = 'dmy'; but is seems to ignore it and I still get an error. Does anyone know how to fix this or a workaround. I'm using FMS 9 advanced. Thanks Paul.
Create an account or sign in to comment