Would like to find all instances of a MySQL style date or date/time (YYYY-MM-DD or YYYY-MM-DD HH:MM:SS) on an html page using javascript (or jquery if practical) and replace each with ...
i then have a search page which has by date of birth, what i want to do is have them select the date of birth via datepicker which shows the uk format but when search it searches using the yyyy-mm-dd format it to properly search the mysql database and return the correct match.