So stuck with the stupid requirment of the mysql table to pass the argument as '2011-09-09' haha! its very simple try this: $('#pickdate').datepicker({dateFormat: 'yy-mm-dd'}); where pickdate is the name of the attribute.
I have no right, by anything I do or say, to demean a human being in his own eyes. What matters is not what I think of him; it is what he thinks of himself. To undermine a man's self-respect is a sin. Antoine de Saint-Exupery
Hwy guys I figured a way to syuc ur hotmail on to ur ipod touch using WiFi Under Settings, tap on “Mail, Contacts, Calendar”. Then choose “Add Account”. Choose “Microsoft Exchange”. Fill all the details Server / URL m.hotmail.com Username Enter full email address, for example: myname@hotmail.com Domain Leave this blank SSL Enable this Certificate Accept the SSL certificate when prompted Click done. And ur DONE!
We will use the following commands to copy one table in a database to other database CREATE TABLE new_table_name LIKE old_table_name; then you populate it with the data from the old table with: INSERT INTO new_table_name SELECT * FROM old_table_name;