All metadata that is extracted from images is stored in the table gs_MediaObjectMetadata. You can construct a SQL statement that updates the Seq column in gs_MediaObject based on the desired metadata item. It will be a little tricky since the date is extracted as a string and stored as a string, so you'll have to convert it to a date in your SQL statement to get true date sorting.
Roger Martin
Creator and Lead Developer of Gallery Server Pro