Question : Date/Time not recognized by MS Access

I am trying to input data into my new access database; however I am running into trouble importing the times associated with each record.  Instead of using a date formatted field the original database used an unformatted textbox .  The users used a dd/hhnn”Z ”mmm yyyy  format for inputting date/times (ex: 18/1852Z Jul 2010). The problem is that MS Access does not recognize that date/time format.  I have several thousand records and I’d rather not have to hand jam all those date/times if I don’t have to.  Is there a way to covert the dd/hhnn”Z “mmm yyyy text field to a date/time format MS Access will recognize?  

Answer : Date/Time not recognized by MS Access

I would say that the problem with your current code, if you don't want to change the PHP as blueghozt suggested, is that you are assigning

var gallery = $('#thumbs').galleriffic(...)

once the page has loaded, not once the <li>s are returned by your ajax call.

Instead of putting this code in $(document).ready, try putting it at the end of your getImages() function.
Random Solutions  
 
programming4us programming4us